DrXCheng
DrXCheng

Reputation: 4132

Posting link on behalf of page thru Facebook API

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

Answers (1)

DrXCheng
DrXCheng

Reputation: 4132

I don't know why but when I add actions={"name": "action", "link": "http"} then it works.

Upvotes: 1

Related Questions