Note that there are some explanatory texts on larger screens.

plurals
  1. POFacebook graph API, access location tags in photos and posts
    primarykey
    data
    text
    <p>On photos and posts I often see location tags pointing to a Facebook page representing a place. They are typically prepended by "near" , "at" or "in". Does anybody know of a way to access this data via the graph API or any other way?</p> <p>Here is an example : webpage, I made the photo public so everyone can see <a href="http://www.facebook.com/photo.php?pid=11671735&amp;id=506482094" rel="nofollow">http://www.facebook.com/photo.php?pid=11671735&amp;id=506482094</a> api call <a href="https://graph.facebook.com/10150601497547095?access_token=" rel="nofollow">https://graph.facebook.com/10150601497547095?access_token=</a><em>*</em></p> <pre><code>{ "id": "10150601497547095", "from": { "name": "Edouard Tabet", "id": "506482094" }, "name": "Alcohol grows on trees in Isabela, Galapagos", "picture": "http://photos-a.ak.fbcdn.net/hphotos-ak-snc7/381095_10150601497547095_506482094_11671735_110244218_s.jpg", "source": "http://a1.sphotos.ak.fbcdn.net/hphotos-ak-snc7/s720x720/381095_10150601497547095_506482094_11671735_110244218_n.jpg", "height": 720, "width": 479, "images": [ { "height": 2048, "width": 1365, "source": "http://a1.sphotos.ak.fbcdn.net/hphotos-ak-snc7/329294_10150601497547095_506482094_11671735_110244218_o.jpg" }, { "height": 720, "width": 479, "source": "http://a1.sphotos.ak.fbcdn.net/hphotos-ak-snc7/s720x720/381095_10150601497547095_506482094_11671735_110244218_n.jpg" }, { "height": 270, "width": 180, "source": "http://photos-a.ak.fbcdn.net/hphotos-ak-snc7/381095_10150601497547095_506482094_11671735_110244218_a.jpg" }, { "height": 130, "width": 86, "source": "http://photos-a.ak.fbcdn.net/hphotos-ak-snc7/381095_10150601497547095_506482094_11671735_110244218_s.jpg" }, { "height": 112, "width": 75, "source": "http://photos-a.ak.fbcdn.net/hphotos-ak-snc7/381095_10150601497547095_506482094_11671735_110244218_t.jpg" } ], "link": "http://www.facebook.com/photo.php?pid=11671735&amp;id=506482094", "icon": "http://static.ak.fbcdn.net/rsrc.php/v1/yz/r/StEh3RhPvjk.gif", "created_time": "2012-01-16T23:34:54+0000", "position": 1, "updated_time": "2012-01-21T02:16:55+0000", "comments": { "data": [ { "id": "10150601497547095_7207114", "from": { "name": "Tom LeNoble", "id": "218686" }, "message": "hope you are having fun!", "can_remove": true, "created_time": "2012-01-16T23:36:33+0000" }, { "id": "10150601497547095_7207963", "from": { "name": "Sol McKinney", "id": "1021642751" }, "message": "How come Darwin didn't write about that?!", "can_remove": true, "created_time": "2012-01-17T01:31:39+0000" }, { "id": "10150601497547095_7212820", "from": { "name": "Romain BL", "id": "556337447" }, "message": "Des bisous mr Tabet! J'esp\u00e8re que tu vas bien depuis tout ce temps!", "can_remove": true, "created_time": "2012-01-17T18:19:13+0000" } ], "paging": { "next": "https://graph.facebook.com/10150601497547095/comments?access_token=" } }, "likes": { "data": [ { "id": "1404245", "name": "Hannah Russin" }, { "id": "1278210658", "name": "Seth Long" }, { "id": "218686", "name": "Tom LeNoble" } ], "paging": { "next": "https://graph.facebook.com/10150601497547095/likes?access_token=&amp;limit=25&amp;offset=25&amp;__after_id=218686" } } } </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload