dsf45346 2011-11-01 18: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 19:44
    关注

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

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

报告相同问题?