Issue
I've got this alert from fb:
Your app xxx(AppId: xxx) doesn't fully comply with our Platform Policies. Since we're striving to improve the Platform experience, your app has been deactivated.
Your app is violating Platform Policy 7.9: We or an independent auditor acting on our behalf may audit your app, systems, and records to ensure your use of Platform and data you receive from us is safe and complies with our Terms, and that you've complied with our requests and requests from people who use Facebook to delete user data obtained through our Platform. If requested, you must provide us with proof that your app complies with our terms.
You can access the full list of our Platform Policies here: https://developers.facebook.com/policy/.
You can check your app dashboard to verify if the violating fields are now compliant, otherwise you will receive an automated alert as soon as we've detected that the fields are compliant.
What the hell do they want from me?? I all use the app for is to retrieve an ID to identify an user, I don't save anything else like name/email and so on, only the ID!
I've checked all the setting fields if there is any warning/alert but it all looks ok.
I have the developement mode because the app isn't published yet and the login still works on the device with my account.
However, when I use the device from someone else then I get this error:
{HttpStatus: 400, errorCode: 100, subErrorCode: 33, errorType: GraphMethodException, errorMessage: Unsupported get request. Object with ID 'xxxx' 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}
It has to do with the restriction I guess?
the ID in Object with ID 'xxxx'
is the app ID
Solution
I had the same issue and I only went to settings > basic below Dashboard on my Facebook App and I checked Add platform > Website > Site URL and changed the value here to a correct URL because I had something like localhost and automatically I resolved my problem.
Answered By - bjdose
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.