Hi all ,
Using spring social , I am able to create events and post .. but I am not able to invite specified users to that event .. I am getting 400 bad request .. Please can you help me ?
Thanks
Hi all ,
Using spring social , I am able to create events and post .. but I am not able to invite specified users to that event .. I am getting 400 bad request .. Please can you help me ?
Thanks
There is too little info from you post for trying to answer your question. Code snipped is also usually helpful.
Do you meat 'FB Event' object ? Do you create it on behalf of user or application?
400 error usually means you doing something not quite correct from FB point of view.
If you didn't.. try those pages:
http://developers.facebook.com/docs/...events.create/
http://developers.facebook.com/docs/...nce/api/event/
Best regards.
Yes, more details would be helpful. At this time, Spring Social Facebook's EventOperations doesn't expose any methods to invite anyone to an event (even though it is available through the Graph API). This means two things: (1) I see an opportunity for improvement to the API binding and I've created https://jira.springsource.org/browse/SOCIALFB-112 to track this. (2) You aren't using the Spring Social Facebook API binding directly to create these events...you must be using stuff in GraphOperations to perform this. The question remains: What specifically are you doing to send invitations?
Craig Walls
Spring Social Project Lead