-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Facebook login issue 'read stream' #12
Comments
+1 on this,
|
Has this been fixed? |
Same thing here, any news about this? |
Change in www/js/controllers.js |
Its not working the error shows like Refused to display 'https://www.facebook.com/dialog/oauth?client_id=354582981663089&redirect_ur…l&response_type=token&display=popup&scope=email,read_stream,publish_stream' in a frame because it set 'X-Frame-Options' to 'DENY'. please help me |
I have coded a fix and it is available at: |
@agrawroh Thank you |
Have you entered the App Secret for your app in the openfb js page and also Please share your FB OAuth Settings via screenshot. Regards,
|
My project folder is http://muhsin2.ipixsolutions.net/dl/openfb/www/ |
Hi Muhsin (@MuhammedMuhsin), You'll have to pass the Redirect URL in your 'app.js' file along with your Application ID. Working Example: |
@agrawroh Thank you it's working well |
Hi |
Hi Muhsin (@MuhammedMuhsin), If you are talking about Android App, you'll have to remove the Redirect URL in your 'app.js' file. You should pass only the Application ID. Also make sure that you have the In-Browser Plugin as suggested in the Instructions. |
Awesome it's cool |
Looks like the API on FB has changed over the past year. You can no longer login to the application, can you make the fix?
Thanks much, love the application.
The text was updated successfully, but these errors were encountered: