I am developing in which i am getting my events and my friends events using facebook graph api, now i need to perform following function.
- Change event’s location name.
- Change event’s location latitude and longitude.
- Get event’s Admin.
I have searched a lot but i couldn’t get healthy response and solution, so please any body help me to get rid of this problem. Thanks in advance.
Looking at the Graph API https://developers.facebook.com/docs/reference/api/event/
You can change the name of the event location using the ‘Location’ field. Also the event owner can be retrieved with the ‘Owner’ field.
To change the long/lat you will need to edit the ‘venue’ field. Which according to to API docs is an ‘object containing one or move of the following fields: street, city, state, zip, country, latitude, and longitude fields’