Post to secret group using graph api of facebook
I'm trying to use the Graph API Explorer for testing purpose. I get a token with :
user_mananged_groups and publish_actions
When I try to post to one of my secret group, I get
(#200) Insufficient permission to post to target on behalf of the viewer
I am using this call: https://developers.facebook.com/docs/graph-api/reference/v2.5/group/feed#publish. Is it possible through the explorer to POST things?
I can get the posts of my secret group with GET.
Do I need an App(facebook app) to be able to make calls and post on my secret group?
I've got that error and I could fix it giving correct permission to application from facebook settings account. There you choose apps tab and look for your application, then you give access that your posts was visible to friends or public at least. Then try and look if you don't get the error anymore.
Regards
链接地址: http://www.djcxy.com/p/32626.html上一篇: 如何使用Graph API获取用户帖子?