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.

I know it's possible to do a "like box" for a facebook page, but is it possible to do something similar for events? Here's the URL for the like box http://developers.facebook.com/docs/reference/plugins/like-box/

If i simply change the page url to the event url, I get the error message Could not retrieve the specified page. Please verify correct href was passed in.

Basically I would like to be able to post something similar on my website saying "these people signed up for XY event."

Thanks for the help!

share|improve this question

1 Answer

up vote 0 down vote accepted

Sounds like a nice plugin idea. However, I can imagine after months/years pass there will be millions of event plugins on web pages whose associated events has long passed. The like box is relevant practically forever, but events come and go.

Still, you can definitely build your own event box using the Event API: https://developers.facebook.com/docs/reference/api/event

For example, query all attending and build a facepile of those users along with the event's info.

share|improve this answer
Hmm, looks like there's still some code to figure out, but I think this will take me in the right direction. Thansk! – SnowboardBruin Aug 8 '12 at 14:17

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.