PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, December 28, 2021

[FIXED] Object with ID '203618703567212' does not exist, cannot be loaded due to missing permissions, or does not support this operation

 December 28, 2021     facebook-graph-api, facebook-php-sdk     No comments   

Issue

After the facebook have updated the Graph API and it's request I am facing this error

Unsupported get request. Object with ID '203618703567212' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api

I have the access token with all the valid permissions and access token is valid too,

URL is https://graph.facebook.com/v2.9/203618703567212/?fields=cover&access_token=Access Token Here It was working previously before the Update but now it is just crashing. Any help on this will be appreciated , I have read all blogs and everything where i could ask for solution but found nothing.


Solution

Due to the recent changes as Facebook, you are now required to request extra permissions to access user events, and in order to have access to these permissions approved you'll need to submit your app for review.

Facebook documentation here: https://developers.facebook.com/docs/facebook-login/permissions/v3.0

A good rundown of the (new) process here: How do I test a Facebook app since the recent introduction of login review?



Answered By - pilotfryer
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing