Skip to main content

Questions tagged [facebook-oauth]

From Facebook Developer Page

facebook-oauth
0 votes
0 answers
35 views

auth.js: OAuthAccountNotLinked: Another account already exists with the same e-mail address

In my Next.js application using auth.js (5.0.0-beta19), attempting to sign in with a different OAuth provider (e.g. Facebook) using an email address already associated with a sign-in of another ...
Romstar's user avatar
  • 1,203
0 votes
1 answer
57 views

How to handle email/password, Facebook and Google authentication for app when our website uses Azure B2C?

We use Azure B2C on our ASP.NET website to authenticate our web users. We are building our app in Flutter, and need the same user credentials to work across both the app and the website. I have hit my ...
Greg Quinn's user avatar
  • 2,022
1 vote
2 answers
24 views

How can OAuth_2 be implemented with Hotwire/Stimulus in Rails?

It seems the Oauth buttons for Google and Facebook don't play well with Turbo. They load initially but any change implemented by Turbo seems to remove the buttons. I'd like to use Stimulus to inject ...
pzupan's user avatar
  • 207
0 votes
0 answers
21 views

Access the posts that can be viewed by logged in user using Facebook OAuth

I am trying to create an application where the application requires access to the Facebook posts(along with post title, posted date, author, all comments and replies). I was looking at the Permissions ...
Ashutosh Chapagain's user avatar
0 votes
1 answer
179 views

Unable to get system user id from its access token on-behalf-of flow Meta/Facebook

I am trying to test out establishing on-behalf-of relationship between two businesses. Following the steps mentioned here https://developers.facebook.com/docs/marketing-api/business-manager/guides/on-...
vpram86's user avatar
  • 5,922
0 votes
0 answers
56 views

Seeking Assistance: "Login with Facebook" Activation Issue in Laravel React Integration

I am working on integrating the "Login with Facebook" feature into my Laravel React website. I have properly configured my application within the Facebook Developer portal, ensuring that the ...
Mostafa islami's user avatar
0 votes
0 answers
91 views

CONNECTION REFUSED for Next Auth app deployed in AWS Amplify facebook logic

I have a NextJS 13 webapp deployed in AWS Amplify with NextAuth 4 oauth logic configured for facebook. Logic works find locally and I can login using facebook. In the Amplify build I am passing ...
Susitha Ravinda Senarath's user avatar
0 votes
0 answers
43 views

Using facebook Oauth2 - meta requesting access to the app/site & will restrict us in 6 days

We are planning to offer users the option to login using facebook Oauth2. This has been setup and is working in test but we received this warning today, see below screenshot: We are unable to review ...
wilson_smyth's user avatar
  • 1,408
0 votes
0 answers
41 views

Invalid key hash when using Facebook OAuth on Android

I have followed these steps. https://developers.facebook.com/docs/facebook-login/android/?locale=en, but get an error when trying to log in "Invalid key hash. The key hash [MY KEY HASH] does not ...
FlyingHippo's user avatar
1 vote
1 answer
198 views

Passport Facebook strategy in Nodejs doesn't work as of 2023

I have tried to build Passport Oauth login strategy in Nodejs but it seems that it doesn't work as of 2023. Upon clicking login button that triggers standard server API like /auth/facebook/ and ...
Dagg M.'s user avatar
  • 68
1 vote
0 answers
480 views

How do I redirect user to Instagram App instead of opening their browser in Flutter app?

I am integrating connect using Instagram feature in Flutter. Currently Flutter only allow users to open the Instagram using their mobile browser instead of opening the app. The flutter launch url ...
Mira Tisu's user avatar
1 vote
0 answers
89 views

Context.User lost after Redirect

I am trying to integrate OAuth into some ASP.NET legacy code. For this I am using OWIN. I'm already able to open the External Provider login page, redirect back to my application and retrieve the ...
lulas's user avatar
  • 876
2 votes
0 answers
603 views

How to generate a random, non-guessable string for the "state" parameter in OAuth using Node.js?

I'm building a simple website and want to implement OAuth for authentication. I've read that including a "state" parameter in the authorization request is necessary to prevent CSRF attacks. ...
Mugen's user avatar
  • 21
1 vote
0 answers
128 views

Is it necessary to add install referer decryption key in facebook client app registering?

Hey I want to create facebook client app in facebook developer portal. I'm going to use this for facebook sigin(oauth) in my react-native app. Do I have to input 'install referer decryption key' and '...
Shehan DMG's user avatar
0 votes
2 answers
3k views

Facebook Graph API Application Token and permissions

My goal is to call the Facebook Graph API for the product catalog endpoints using an Application Token and in Development Mode. Someone seems to have created a specific type of application : Test ...
OneBag TwoWings's user avatar

15 30 50 per page
1
2 3 4 5
55