Top "Facebook-oauth" questions

From Facebook Developer Page

Refresh token and Access token in facebook API

When we do oauth2 on google api, we get an access token and a refresh token. Suppose I'm writing a …

facebook-graph-api google-api oauth-2.0 facebook-oauth google-oauth
How to authenticate users with facebook login in java

Hi i am working on a web project using java i want to user of website to log in using …

java jsp servlets oauth facebook-oauth
Can access token be longer than 255 characters?

When allowing login by OAuth (such as OpenID, Facebook, Twitter, etc), we save the access token given by the Oath …

authentication oauth facebook twitter-oauth facebook-oauth
What am I doing wrong in localhost Facebook app development?

App Domains: localhost Website with Facebook login: http://localhost/auth I go to http://localhost/auth/ and in my Chrome …

facebook oauth-2.0 facebook-javascript-sdk facebook-oauth
App Domain: not a valid domain. Site URL is not a valid URL

I have a domain at http://qotr.net that I'm trying to set up as an app so that I …

dns facebook-oauth
How do I/Can I create a Facebook app for my company without using my personal Facebook account?

My question is similar to this, but I'm writing from a developer's perspective rather than the company's. I prefer to …

facebook facebook-graph-api facebook-oauth
Client OAuth Settings are not showing in my app advance settings in facebook login

I am working and actually creating a login through facebook system and in order to redirect it, i am not …

facebook-javascript-sdk facebook-oauth
"The app must ask for a basic read permission at install time"

I am using the iOS Built in frameworks to connect. After asking for "publish_stream" permissions, FB returns an error: …

ios facebook-graph-api permissions authorization facebook-oauth
Passport-Facebook not providing email even if it is in scope

In my application i register the facebook-strategie as follows: But the returned profile does not contain the email-field.... passport.use(…

node.js facebook oauth passport.js facebook-oauth