dsf45346 2011-11-01 10:37
浏览 36
已采纳

如何从Facebook粉丝页面获取问题?

i am trying to get the questions from a facebook fan page.

if i do this:

https://graph.facebook.com/me/questions?access_token=xxxxxxxxxxxxxxxxxxxxxx

i get the questions from my facebook page. and to get them from my fan page i need to do:

https://graph.facebook.com/1234567/questions?access_token=yyyyyyyyyyyyyyyyyyyyyyyyy

where 123456 is the id of my fanpage and yyyyyyyy... is the access_token form that fan page.

but for some reason it doesn't work. I get:

{
"error": {
  "message": "Unsupported get request.",
  "type": "GraphMethodException"
}
}

what other request is there different than what i am trying?

any ideas?

thanks

  • 写回答

1条回答 默认 最新

  • dongling5411 2011-11-01 11:44
    关注

    The questions API has only been enabled for getting a users or users friends questions not pages. Hopefully this will be coming soon

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部