开发者

Does Facebook return Album location information

开发者 https://www.devze.com 2023-04-12 13:39 出处:网络
When you fetch an album from Facebook, does it also return the WHERE开发者_JAVA技巧 information of the album so you will know where the album is taken?Yes, it does. If the album was tagged with the lo

When you fetch an album from Facebook, does it also return the WHERE开发者_JAVA技巧 information of the album so you will know where the album is taken?


Yes, it does. If the album was tagged with the location where it was taken, it can be retrieved from the location in the JSON reponse.

For example:

   {
      "id": "...", 
      "from": {
        "name": "...", 
        "id": "..."
      }, 
      "name": "Brussels", 
      "location": "Brussels", 
     ....
   }


It does, it's listed as "location"

https://developers.facebook.com/tools/explorer

Is a good tool for playing around with the api and seeing what you can access

0

精彩评论

暂无评论...
验证码 换一张
取 消