I have created an app of V2.3 with rails app. It was working fine before April 30th. Now I am getting this error :
Invalid Scopes: offline_access, publish_stream, create_event, friends_events. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the documentation for valid permissions at: https://developers.facebook.com/docs/facebook-login/permissions
I have even given permission to the app via Graph API Explorer. Still I am not able to resolve it.
Similar Question : Error Invalid Scopes: offline_access, publish_stream, when I try to connect with Facebook API
Adding Comments - This didn't solve my problem. I have tried this solution.
Any suggestions?
Thanks