如何使用 python 中的个人资料页面在群组中发帖?

问题描述 投票:0回答:0

我编写代码以使用个人资料页面在群组中发帖,但仅当我运行它时,如果我将访问令牌更改为用户,则在自我页面中发帖而不是在群组中发帖在群组中发帖但使用用户个人资料而不是页面 谁能帮我这个

graph = facebook.GraphAPI(access_token=access_token_page) graph.put_object(group_id, "feed", message=msg)

如果将用户的 access_token_page 更改为 acces_token 在组中发帖但没有页面 怎么解决

python facebook facebook-graph-api graphql
© www.soinside.com 2019 - 2024. All rights reserved.