Fabio Milheiro
Fabio Milheiro

Reputation: 8474

Facebook: Can set the description and image of an event using the graph API?

I want to create events on behalf of the user using the Graph API.

But by looking at this URL (http://developers.facebook.com/docs/api), the only parameters available are: name, start_time, end_time.

What?! I need to place the description and image too.

Can anyone help with this?

Upvotes: 2

Views: 651

Answers (2)

Fabio Milheiro
Fabio Milheiro

Reputation: 8474

I found the solution to this problem. Since I found many people searching for this solution, I posted the code to create an event with image using the facebook C# SDK.

Upvotes: 0

Nate Totten
Nate Totten

Reputation: 8932

I am guessing that the event publish API will accept the description parameter, it is probably just not documented. Have you tried to pass it in?

If that doesn't work, just use the rest API. http://developers.facebook.com/docs/reference/rest/events.create/

Upvotes: 1

Related Questions