I have a complicated problem to solve.
I want to make a website like eventbrite.com.
- Organizers can log in to the website and create events.
- Users can log into the website and press a button called "I'm attending".
Users login to the website via Facebook, so I have their fb_id, but I don't have an event created in Facebook. Event details are in my local site.
In this care how can I display the attenders list. If I am joining an event I want to see my friends who's going to the event too?
Problem here is I dont have a Facebook event.
How can I implement this?
Thanks a lot.