W
W
WaterSpout2014-07-23 10:42:31
PHP
WaterSpout, 2014-07-23 10:42:31

Why are posts not visible when posting to a facebook page via the API?

Hello. The site was written in drupal 7, installed a module for auto-reposting on facebook, set it up, completed it in some places, and as a result, a request for delivery is generated at the end

$param = 
Array
(
    [type] => link
    [params] => Array
        (
            [link] => http://www.google.ru/test-1270
            [name] => test
            [message] => test
            [access_token] => token
        )

)
$facebook->api(
      '/id/feed/',
      'POST',
      $param
    );

Everything is fine, but this publication is visible only to those people who are present in the roles of the application.
All rights that I found are affixed.
Permissions received.
40bf1d92ea9f49ecadfc250d9f7bb4a7.jpg
Please tell me where else to put what settings so that publications posted via api are visible to everyone.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Entelis, 2014-07-23
@WaterSpout

Most likely you have an application in sandbox mode.
app ->status&review
94f8fb0d4998e2eaf48f2bd492e5384467b4e085

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question