ccoenraets / OpenFB

Micro-library that lets you integrate browser and Cordova apps with Facebook with no plugin or SDK dependency.
MIT License
505 stars 231 forks source link

non English Users get white permission page #92

Open idanb007 opened 8 years ago

idanb007 commented 8 years ago

blankpermission Hi , I'm using this api for almost a year and it worked wonderful, new users in my cordova app complained that the login redirect them to empty permission page with blue header says "connecting to facebook" , more than that , users that loged in before , deleted the app permissions from their Facebook profile also suffered from this issue after the login .

update : users that the Facebook is in English , get the permission as needed , tester user in hebrew got the page above after the furst login.

ps , i made all this steps : Login to Facebook Access https://developers.facebook.com/apps, and click Add New App Select www as the platform Type a unique name for your app and click Create New Facebook App ID Specify a Category, and click Create App ID Click My Apps in the menu and select the app you just created Click Settings in the left navigation Click the Advanced Tab In the OAuth Settings section, add the following URLs in the Valid OAuth redirect URIs field: http://localhost:8100/oauthcallback.html (for access using ionic serve) https://www.facebook.com/connect/login_success.html (for access from Cordova) Click Save Changes