You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
I tried both to publish the application and to remove it from the publication so that at least admins could see the post ... in both cases it does not work ..
The text was updated successfully, but these errors were encountered:
My code:
`public function post()
{
$fb = new Facebook(array(
'app_id' => $this->app_id,
'app_secret' => $this->app_secret,
'default_graph_version' => 'v2.2',
));
$fb->setDefaultAccessToken($this->access_token);
I tried both to publish the application and to remove it from the publication so that at least admins could see the post ... in both cases it does not work ..
The text was updated successfully, but these errors were encountered: