Facebook - obtain location /places ID via location name

前端 未结 3 1795
囚心锁ツ
囚心锁ツ 2021-02-01 22:51

I\'m able to return a location\'s details by sending a query via the graph api with the location\'s ID, however I\'m looking to achieve the reverse - effectively find location i

3条回答
  •  情书的邮戳
    2021-02-01 23:05

    If I understand your question correctly you can use fql: https://api.facebook.com/method/fql.query?query=QUERY where query should be something like this: select page_id from place where name = ;

    Here is a page for your refrence: http://developers.facebook.com/docs/reference/fql/place/

提交回复
热议问题