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 am developing in which i am getting my events and my friends events using facebook graph api, now i need to perform following function.

  1. Change event's location name.
  2. Change event's location latitude and longitude.
  3. 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.

share|improve this question

1 Answer

up vote 5 down vote accepted
+25

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'

share|improve this answer

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.