We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i tried this to get summary of single post
try{ //$response = $fb->get('/{post_id here}?fields=likes.summary(true),comments.summary(true),reactions.summary(true)'); $response = FacebookSDK::get('/{post_id here}?fields=likes.summary(true),comments.summary(true),reactions.summary(true)'); } catch(Facebook\Exceptions\FacebookSDKException $e){ dd($e->getMessage()); } dd($response->getGraphEdge());
i got error (#803) Some of the aliases you requested do not exist: {post_id here}
(#803) Some of the aliases you requested do not exist: {post_id here}
example post_id = 205508504909090_10213848362898989
Is this related to the unapproved user_posts permissions?
user_posts
The text was updated successfully, but these errors were encountered:
but i try with this endpoint,
$response = FacebookSDK::get('/me/feed?fields=comments.summary(true),likes&limit=10');
I did not get that error
Sorry, something went wrong.
No branches or pull requests
i tried this to get summary of single post
i got error
(#803) Some of the aliases you requested do not exist: {post_id here}
example post_id = 205508504909090_10213848362898989
Is this related to the unapproved
user_posts
permissions?The text was updated successfully, but these errors were encountered: