Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is it possible to create a facebook event on the behalf of an application? The idea is that the creator would be the facebook app and not a user, page, group...

According to the documentation this was possible in the old REST API but the graph api documentation doesn't seems to mention it.

Thx

share|improve this question

1 Answer

Yes, this is possible. See this document describing how to use the graph API for Facebook Events: https://developers.facebook.com/docs/reference/api/event/

share|improve this answer
i do belive its not supported in the graph api...as they say in their documentation: Creating Events To create an event on behalf of a User: instructions... To create an event on behalf of a Page: instructions... but not on behalf of a application – unknown_b Oct 22 '12 at 17:07

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.