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

前端 未结 3 1979
一个人的身影
一个人的身影 2021-01-04 06:35

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

Unsupported get request. Object with ID \'203618703567212\' doe

相关标签:
3条回答
  • 2021-01-04 06:48

    This might be a solution for you, Just verify your AppID

    In my case , Again i follow this link https://developers.facebook.com/docs/facebook-login/android?sdk=maven and found i was using wrong AppId and above link give me correct AppId by selecting my App form the dropdown.

    I just changed it and it’s working. Thank you

    0 讨论(0)
  • 2021-01-04 07:07

    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?

    0 讨论(0)
  • 2021-01-04 07:08

    I have face same problem. But i add the more permissions like user_videos and user_posts. Then its work.

    0 讨论(0)
提交回复
热议问题