Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Uploading a photo with GPS location

Is there a way to pass the GPS coordinates where the photo was taken as location parameter to the FB Graph API photo upload ( https://graph.facebook.com/me/photos )?

FB announced a while ago they will add this feature to the photo objects. Actually they said the location can be added to every update and if I upload a photo through the FB web interface I can indeed define the location where a photo was taken. Now I want to pass this as a parameter to the photo upload from my mobile app.

Thanks.

like image 560
Rene Schulte Avatar asked Dec 04 '11 10:12

Rene Schulte


1 Answers

Currently the photos endpoint only supports adding a Facebook Page as location for the Photo. The place field is just the Facebook Page ID.

https://developers.facebook.com/docs/reference/api/user/#photos

like image 103
Karan Mangla Avatar answered Oct 06 '22 20:10

Karan Mangla