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?