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'm not sure what I'm looking for. If you'd like to help, here's my little story. I created a calendar of events website in PHP. Users login to my database and post their events, unrelated to facebook.

Once logged in to my website, I'd like them to login to facebook so they can import their events. I tried doing this without using facebook Login, but event arrays for some users were empty, perhaps because I didn't have an access_token or the user_events permission (see? I'm learning!).

I'm asking stackoverflow, what am I looking for? I don't think I want the user's events, as most of the big venues around here post events on pages, not on on their personal profile. Would I need to ask the user what page they want to import form? Is that even possible?

There's also a permission called manage_pages, but I'm not sure if I need it. Any ideas?

share|improve this question
Try some Event API calls in the Graph API Explorer. Maybe that will help you clarify what you need. – cpilko Feb 14 at 17:03
Thanks, I'll do that. – Glenn Geiger Feb 14 at 17:40

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.