Invalid Facebook Area Error

I created a V2.3 application with a rails application. It worked fine until April 30th. Now I get this error:

Invalid areas: offline_access, publish_stream, create_event, friends_events. This message is displayed only to developers. Users of your application will ignore these permissions, if any. Please read the documentation for valid permissions at: https://developers.facebook.com/docs/facebook-login/permissions

I even got permission to use the application using the Graph APIs. However, I cannot resolve it.

Similar question: Error Invalid areas: offline_access, publish_stream when I try to connect to the Facebook API

Adding comments - this did not solve my problem. I tried this solution.

Any suggestions?

thank

+4
source share
2 answers

All these permissions no longer exist, some of them have been deprecated since many years - and v1.0 was removed on April 30, 2015 - this means that a lot of obsolete things no longer work. Check out the changelog for more information: https://developers.facebook.com/docs/apps/changelog

I suggest not using old online tutorials to copy code, always use Facebook docs.

+4
source

I do not understand why you should post this question, since you tied the one that already answered yesterday.

scope URL- .

scope: , .

30 2015 .

+2

All Articles