Questions tagged [passport-facebook-token]

7 questions
11
votes
2 answers

facebook-passport with NestJS

I have looked into both passport-facebook and passport-facebook-token integration with NestJS. The problem is that NestJS abstracts passport implementation with its own utilities such as AuthGuard. Because of this, ExpressJS style implementation…
randombits
  • 47,058
  • 76
  • 251
  • 433
2
votes
0 answers

error implementing passport-facebook authentication with the error code as "FacebookTokenError": redirect_uri isn't an absolute URI. Check RFC 3986

i'm using a localhost to test the passport-facebook authentication, i've been trying to implement the Auth and im getting the error mentioned above i've reviewed similar questions but none seem to help me, i've changed my dns address but to no…
1
vote
1 answer

Passport facebook token Oauth2 throwing Internal Server Errors when the token is good but works fine when token is wrong

What am I missing here? I've been through all the threads here and googled it for a while: Whitelisted my machine's IP under the apps advanced settings. Double-checked the token and when it's expired I can see that error on the console. Double…
0
votes
1 answer

500 Internal Server Error in passport-facebook-token implementation using Node.js and express.js

I'm implementing facebook-auth using https://www.npmjs.com/package/passport and https://www.npmjs.com/package/passport-facebook-token npm packages this is my code in the passport config file: passport.use( new FacebookTokenStrategy( { …
0
votes
1 answer

Session Expired when using Passportjs Facebook from Facebook App in IOS

I tried using passportjs facebook on my website and tested on different browser but there’s a little bit problem when the link is from the facebook app itself specifically on IOS. Package used:…
Garlen
  • 426
  • 1
  • 5
  • 17
0
votes
1 answer

User signup feathers-authentication with passport-facebook-token

I am trying to allow users to sign up for my service via "login with facebook". I have already done arrow 1-2. I need to do arrows 3-6. I have made a minimal Feathersjs example at https://github.com/morenoh149/feathers-chat-facebook-signup-api I…
-1
votes
1 answer

Facebook token to scrape through public pages

Can someone explain to me how to get a facebook token to extract posts from public pages? I don't understand how to get it. I use the Graph API and select the user_posts feature. I believe I then have to submit the app to Facebook, but I need a…