facebookarchive / php-graph-sdk

The Facebook SDK for PHP provides a native interface to the Graph API and Facebook Login. https://developers.facebook.com/docs/php
Other
3.17k stars 1.96k forks source link

Getting error when try to post on page with picture #1129

Open VirendraArekar opened 5 years ago

VirendraArekar commented 5 years ago

$attachment['message'] = "xyz"; $attachment['picture'] = "http://sample.com/abc.jpg";$attachment['link'] = "sample.com";

$page_id = "67945219057691909034640";

$response = $this->fb->post("/$page_id/feed", $attachment, $this->page_access_token);

I getting this error in the response.. Only owners of the URL have the ability to specify the picture, name, thumbnail or description params please help..