我在使用Graph API将Facebook事件发布到页面时遇到问题。
Graph API v3.1
该令牌有效并且可以正常工作,并且POST到
{myFBPageId}/feed?link=https://www.google.de
工作正常,但是使用;
{myFBPageId}/feed?link=https://www.facebook.com/events/{validEventId}
在“图形资源管理器”中发出以下错误:
{
"error": {
"message": "Permissions error",
"type": "OAuthException",
"code": 200,
"error_subcode": 1609008,
"is_transient": false,
"error_user_title": "Could Not Share Post",
"error_user_msg": "Sorry, the post that you're sharing couldn't be loaded. It may have been recently deleted.",
"fbtrace_id": "{deducted}"
}
}
我们将尽一切帮助,我正尝试安排一些帖子,以在活动当天向用户通知有关活动的信息。
谢谢!