-
Notifications
You must be signed in to change notification settings - Fork 250
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
Error in fbOAuth() #170
Comments
Yes, Facebook had some changes. Can be fixed: |
Can't get token too. |
I have received exactly the same message when I tried to connect with fbOAuth. Perhaps the reason is the "Enforce HTTPS for OAuth Redirects and SDK APIs" option in Facebook Login Settings, which cannot be disabled. According to the Facebook help (https://developers.facebook.com/docs/facebook-login/security): This setting requires HTTPS for OAuth Redirects and pages getting access tokens with the JavaScript SDK. All new apps created as of March 2018 have this setting on by default and you should plan to migrate any existing apps to use only HTTPS URLs by March 2019. |
Same issue. I believe it has to do with http://localhost:1410/ not being an https:// address. I can't even save it as a valid Oauth redirect it would seem. |
Same problem, how can i change redirect rfacebook url on login? |
did any of you guys come right? |
It is only possible with application created before march 2018 and that
have recently used. Without that you have to login with ssl localhost with
httr and is not so simple
2018-04-19 7:19 GMT-03:00 Avee692 <notifications@github.com>:
… did any of you guys come right?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#170 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIIVXIm3S-RjqpXZpRZ_tsHMKKm0tYBDks5tqGTLgaJpZM4SAoow>
.
|
You could create a simple |
I have exactly the same problem as @leo-filgueira . @truongnmt suggested link sounds promising. Has anyone tried this solution? Has anyone found a simpler solution in the mean time? |
its still the same issue with me |
Hey today I check my app in facebook and I see option to disable |
Developer News: Requiring HTTPS for Facebook Login (2018-06-08) This facebook post also states that:
Can anyone confirm that with |
hi, it writes: HTTPS is required for all Redirect URIs. -when I paste : http://localhost:1410/ Who know what should I do? I am using it for text analysis in R. Thanks in advance |
has anyone found a solution ? i am stuck y'all |
I'm trying to use the package but I prefer not to use a temporary access. To do this, I'd have to use
fbOAuth()
function. I've followed the steps at : I've created the app and put the url http://localhost:1410/. When I press Enter in R Console, a window opens with this message:When I press Ok, this message is printed:
But, in R, the console prints:
Authentication complete. Error in oauth2.0_access_token(endpoint, app, code = code, user_params = user_params, : Bad Request (HTTP 400). Failed to get an access token.
Is this a Facebook API problem? The solution is just use the temporary access?
Thanks
The text was updated successfully, but these errors were encountered: