S
S
Sergey Yakushenok2014-12-11 10:19:00
Facebook
Sergey Yakushenok, 2014-12-11 10:19:00

How to make a Facebook post on behalf of the community using the API?

Can you please tell me how to get the necessary rights for the application and publish to the Facebook page using the API on behalf of the community? Already in my opinion I tried everything, but in most cases I get an exception that there are not enough rights. In the community, I am naturally an administrator.
When installing the application, I request the rights "publish_actions" in scopes. But when adding an application, the following inscription is displayed, as in the picture:
e9bd5b2e03114ad9a2558f5eacfe67ce.jpg
Who faced a similar problem, tell me how to solve it? Google gives out mostly outdated information, before updating the security policy.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rodion Yurchenko, 2015-01-06
@aassdds

$params = array(
    "scope" => 'read_stream,publish_stream,publish_actions,offline_access'
    
  );
$loginUrl = $helper->getLoginUrl($params);	
echo '<a href="' . $loginUrl . '">Login with Facebook</a>';

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question