Skip to content
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

Open
bschippers718 opened this issue Jul 12, 2015 · 14 comments
Open

Facebook login issue 'read stream' #12

bschippers718 opened this issue Jul 12, 2015 · 14 comments

Comments

@bschippers718
Copy link

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.

@franciscocorrales
Copy link

+1 on this,
I´m getting an alert with the message:

(#200) Requires extended permission: read_stream

@ktkization
Copy link

Has this been fixed?

@rsimonelli
Copy link

Same thing here, any news about this?

@ribagek
Copy link

ribagek commented Sep 16, 2015

Change
OpenFB.login('email,read_stream,publish_stream').then(
to
OpenFB.login('email').then(

in www/js/controllers.js

@moosin
Copy link

moosin commented Dec 18, 2015

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

@agrawroh
Copy link

I have coded a fix and it is available at:
https://github.com/agrawroh/sociogram-angular-ionic

@moosin
Copy link

moosin commented Dec 22, 2015

@agrawroh Thank you
but now it shows "Can't reliably infer the OAuth redirect URI. Please specify it explicitly in openFB.init()"

@agrawroh
Copy link

Have you entered the App Secret for your app in the openfb js page and also
enabled the 'Require App Secret' in FB App Settings?

Please share your FB OAuth Settings via screenshot.

Regards,
Rohit Agrawal
On Dec 22, 2015 11:59 AM, "Muhsin" [email protected] wrote:

@agrawroh https://github.com/agrawroh Thank you
but now it shows "Can't reliably infer the OAuth redirect URI. Please
specify it explicitly in openFB.init()"


Reply to this email directly or view it on GitHub
#12 (comment)
.

@moosin
Copy link

moosin commented Dec 22, 2015

@agrawroh
12
13

My project folder is http://muhsin2.ipixsolutions.net/dl/openfb/www/

@agrawroh
Copy link

Hi Muhsin (@MuhammedMuhsin),

You'll have to pass the Redirect URL in your 'app.js' file along with your Application ID.
Example: OpenFB.init('YOUR_APP_ID', 'http://www.rohitagrawal.com/fbtest/oauthcallback.html');

Working Example:
http://www.rohitagrawal.com/fbtest/index.html

@moosin
Copy link

moosin commented Dec 23, 2015

@agrawroh Thank you

it's working well

@moosin
Copy link

moosin commented Jan 8, 2016

@agrawroh

Hi
i successfully build my app and installed
but the login not working (when i click the login button nothing happens it's showing the login page )

@agrawroh
Copy link

agrawroh commented Jan 9, 2016

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.
Example: OpenFB.init('YOUR_APP_ID');

Also make sure that you have the In-Browser Plugin as suggested in the Instructions.

@moosin
Copy link

moosin commented Jan 9, 2016

@agrawroh

Awesome it's cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants