Reputation: 4132
I am debugging on Graph API Explorer.
When I post a message /{page-id}/feed message=This+is+a+test+message
, I can post this message as the page. But when I post a link /{page-id}/feed link=http://link.com
, I can only post this link as the user.
Is there anything I did wrong?
Upvotes: 0
Views: 54
Reputation: 4132
I don't know why but when I add actions={"name": "action", "link": "http"}
then it works.
Upvotes: 1