How can I get the Facebook object id for a new web page?

后端 未结 1 1269
悲哀的现实
悲哀的现实 2021-01-06 22:15

I\'ve got an Android app that integrates the Facebook Android SDK. We\'d like to set it up so, at the users request, it dynamically creates a webpage and sends a \"like\" t

相关标签:
1条回答
  • 2021-01-06 22:46

    You can get the webpage id by posting to the graph using ?id= url.

    https://graph.facebook.com/?ids=http://shawnsspace.com/plugins/

    SEE: http://developers.facebook.com/docs/reference/api/#reading selection, then ?ids=

    0 讨论(0)
提交回复
热议问题