0

facepy を使用して Facebook API とやり取りする Python で Facebook グループからの投稿を解析しようとしています。グループからの投稿を管理するための権限を持つトークンを取得しましたが、「facepy.exceptions.OAuthError: [200] (#200) Requires either admin with grant managed_group pemissions or member using installed app.」という例外が発生しました。. しかし、私はそのグループのメンバーです。

from facepy import GraphAPI
graph = GraphAPI('<API_Token>')
print(graph.get('944324092265557/feed'))

私の問題とそれを修正する方法。ありがとう

4

1 に答える 1