Sercan Kucukdemirci
Sercan Kucukdemirci

Reputation: 97

i am always getting error code 2000

What's with error code 2000 that I am always getting interrupted by facebook. The application I am developing right now exchanges status likes between users who they allowed app to do that themselves. There is a users pool in my database and user links their facebook status to get likes and others users do the same thing in exchange. Only thing to avoid this situation creating new app in developers.facebook.com, but after few hours I am getting blocked by facebook again with error code 2000 "The specified feature has been temporarily disabled for this application." I am not doing any illegal thing afaik. If facebook doesn't allow me to do that, why there is a like permission in graph api?

Upvotes: 0

Views: 1076

Answers (1)

Igy
Igy

Reputation: 43816

If your features were restricted by Facebook you should have received an email explaining what happened and why - check you're not violating any policies of theirs with your app

Do you have a sample API call you're making which is failing? It sounds like you're expressly violating Facebook policy by auto-liking things, so i wouldn't be surprised if that's why your app is restricted

Upvotes: 2

Related Questions