Facebook authentication is popular sign in method for many websites using Facebook credentials.

learn more… | top users | synonyms

1
vote
0answers
2k views

Facebook authentication login does not refresh page

I am using a mix of PHP SDK 3.x.x and Javascript SDK to log into Facebook authentication. When we click the login button the windows appears and after filling the credentials and submitting it does ...
10
votes
1answer
4k views

How logout works in Facebook SDK Android

I'm a bit confused about how facebook.logout(context) works. Because even after calling log out, I am able to get access to information that requires an auth_token. So how is that even possible? I ...
1
vote
2answers
782 views

How to redirect the user to the log in page in a Facebook App

I am hosting a Facebook app on Google app engine, I need to make sure the user is logged into facebook before anything. What I can currently do is display facebook's log in button using fbxml, but I ...
0
votes
1answer
66 views

page authentication to specific pages

In my web site, I want to ask the users for permission to manage their pages. I saw in the documentation that I need to use the following: ...
0
votes
1answer
379 views

Facebook subscription API

When making a POST to subscribe to Facebook, Facebook issues a GET with the callback URL with the following query parameter: hub.mode hub.challenge hub.verify_token Once we verify the mode and the ...
1
vote
1answer
832 views

Facebook page authentication. (not a user authentication)

I'm developing an application for companies that will automatically post data on their social media pages. However, I've got a big problem. On Twitter, you only have one type of account, which is a ...
0
votes
3answers
428 views

My App Cannot get Some User's List of Friends - PHP

I have a website using Facebook connect and I need to know the number of friends each of my users have. I don't need the entire list of their friend's names but so far returning that list and ...
1
vote
2answers
431 views

Making Auth Dialog less intimidating

We're using Facebook as our exclusive login method, and we've had endless reports of the auth dialog box freaking people out. We don't collect anything but name, email, and photo. The only special ...
0
votes
1answer
199 views

Password prompt on status update or profile update event?

I'm looking for docs in order to understand if I can subscribe to a status update or profile update event and then ask the user for their password in an in-facebook app? This is to stop other people ...
0
votes
1answer
258 views

Waiting for redirect in Javascript (facebook access token)

So I'm trying to get an access token from facebook to use with my firefox plugin, so from facebooks point of view I'm a desktop application. My biggest problem is to detect the redirect to ...
1
vote
1answer
121 views

Facebook authentication needs additional refresh to log in user

I recently updated the Facebook PHP SDK to version 3.x.x after my earlier code stopped working. Now, when the user logs in, the page refreshes but still shows the Facebook login button. If I refresh ...
3
votes
3answers
2k views

Facebook Oauth 2.0 “code” and “token”

Why do you need both a "code" and a "token" in the Facebook oauth2 authentication flow as described here : https://developers.facebook.com/docs/authentication/ ? If you look at the OAuth dialog ...
1
vote
1answer
591 views

How to ask publish_stream permission in Chrome

How do I ask for a facebook permission? Chrome blocks the pop up and throws a lot of warning when using FB.login function askPermission() { FB.login( function(response) { ...
1
vote
3answers
556 views

Using the facebook access token with offline_access and javascript

I have an application that has the offline_access permission, and I obtain the access token via the php sdk and store the access token in my database. This application works through a website that ...
2
votes
1answer
37 views

Custom “didn't allow” page

As you can see, some Facebook games have custom page for "Didn't allow" user action. It shows when applicataion try to install and user click "Didn't allow" f.e. - Cityville by Zynga - ...
0
votes
1answer
188 views

Facebook PHP SDK - Regardless Of Whether User Clicks 'Allow' or 'Don't Allow' They Are Still Taken To The App Canvas Page?

As mentioned in the title, I have an app and when the auth dialogue is shown requesting permissions, regardless of whether the Allow or Don't Allow button is clicked by the user they are still ...
0
votes
1answer
276 views

My enhanced Auth dialog looks completely different from others

my enhanced Auth dialog looks completely different from others. I would be very happy to have the same dialog like shown in your explanation. My one says: "Ok, Go to App" and doesn´t show my friends ...
2
votes
1answer
275 views

How do I get a Facebook access token in PHP while using oauth2 in JS?

I am using FB connect and login button of facebook on a site. I logged in using it and then on login, I reload the page, I tried to get the cookie having access_token in PHP but failed to do so. ...
-1
votes
1answer
71 views

I set up 11 test accounts for 11 languages to see how a client's appliction interacts with FB. Now, after weeks of testing, I'm locked out

We're now being prompted for 11 DIFFERENT phone numbers to associate wit hthe accounts upon logging in to provide a security code. We've already had multiple testers establish these accounts a friend ...
1
vote
0answers
354 views

PHP SDK - Get User returning '0' on initial visit even if registered

I am testing using facebook registration on a new site of mine. I am trying to set a redirect up using PHP before the registration page loads; in it I check to see if a UID exists and matches one in ...
-1
votes
1answer
1k views

Facebook authentication error $facebook->getUser(); not working?

I am using this URL for authentication: https://www.facebook.com/dialog/oauth? client_id=YOUR_APP_ID&redirect_uri=YOUR_URL&scope=email,read_stream It is working fine, but when I use ...
1
vote
2answers
980 views

Facebook canvas app authentication redirects to my domain

I tried several approaches, for eg. here with no luck. I'm using their facebook php sdk. What happens now is that the app gets redirected to my site after getting authenticated. <?php ...
2
votes
2answers
907 views

How do I publish to Timeline Automatically?

http://www.independent.co.uk/ and http://www.guardian.co.uk/ have an application where by if you read an article on their site, it writes to your profile/timeline that "X has read Y on Z". Now I can ...
0
votes
2answers
1k views

How to get user's data programatically, via facebook authentication?

I am able to manually get the user's data, but not programatically. Using the server side code, as it is, from - https://developers.facebook.com/docs/authentication/ <?php $app_id = ...
0
votes
1answer
111 views

App authentication refresh

i have been trying new authentication, but sometimes happens that on first acces app is refreshing again and again. (I mean when no cookies are set..first time ever or for example after browser ...
1
vote
0answers
474 views

Authorized App not showing as IsAuthorized() when using FacebookWebContext

I am using the Facebook C# SDK. This is based MOSTLY on the ASPNet-MVC3-JsSdk examples. In my app, I have the standard Javascript code (taken directly from the sample app, for the most part). ...
2
votes
1answer
319 views

Authorization trouble with FB.login method

When I ask for user authentication of my app, I use this dialog: FB.login(function(response) { if (response.authResponse) { ...} else {...} }, {scope: 'publish_stream' }); My question is if ...
1
vote
1answer
549 views

“No Internet connection” on iOS simulator before redirecting after authentication step

I just implemented facebook connect for my web app, and it works fine with my desktop web browser and with android emulator. But, on iOS 5.0 simulator, after I enter my facebook credentials, instead ...
0
votes
0answers
275 views

using the Facebook Graph APIs (preferably thru the Facebook C# SDK) to authenticate users and integrate it with ASP.NET Membership Providers

Our site uses ASP.NET Membership Providers for Authentication. We would like to integrate Facebook Authentication using the newer Graph API's into the existing ASP.NET Membership Providers preferably ...
0
votes
1answer
76 views

Styling Facebook register buton

Folks, I am using the Facebook registration plugin for registering FB and non-FB users to my site. For non-FB users I would like to retain the styling of my site and have a different color for the ...
0
votes
0answers
67 views

OpenID authentication not working since mid October 2011 [closed]

OpenID authentication not working since mid October 2011 I have checked all the authentication process of OpenID and it's not working
0
votes
1answer
1k views

How to get a proper authentication login for FB app

I tried pretty much everything, but no matter what I try I always get the wrong login dialog. I tried this sample snippet. http://www.facebook.com/dialog/oauth/? scope=email,user_birthday& ...
0
votes
2answers
463 views

Facebook auto-login

I have one situation. I create a website. Then I put a tab that will link to Facebook authorization login page. Can I pass login parameter(Email,Password) to the Facebook authorization login page?? So ...
1
vote
0answers
120 views

Can't get facebook getting access_token via GAE

I'm getting a status code of 404 when trying to get the access_token from facebook. The is a GAE app written in Java and I'm programmatically getting the access_token. That is, once I get the "code" I ...
0
votes
1answer
321 views

Remove an extended permission using the PHP SDK / JavaScript SDK?

in my app I want to allow the users to change the extended user permissions without going to the privacy settings page. In the old REST API there is the "auth.revokeExtendedPermission" action to ...
1
vote
2answers
311 views

Facebook Authentication - new member and existing memeber?

I have just implemented Facebook Authentication on my website using Facebook JavaScript. If user logged on facebook from my website for the first time and then it need to insert data into users table ...
1
vote
1answer
443 views

Login button and server-side authentication

I added a facebook login-button to my website, that works great, I can successfully make javascript calls to the API using FB.api(). But now I would like to know from the server side if the user is ...
2
votes
1answer
448 views

Being a member of a Facebook group and THEN to be able to register and login to a website. How to do it?

I've been searching the internet for a while to come up with a solution for the issue of logging in to a website with the support of Facebook account. The case study is as follows: I have a website ...
1
vote
1answer
2k views

Redirect URI parameter causes app to leave Facebook frame when authenticating

I can see there are other similar topics, but they are old and in the world on Facebook any advice seems likely out of date after about a week! So I wanted to check afresh. My app is all working ...
1
vote
0answers
193 views

IE9 has infinite popups with latest php-ski

http://apps.facebook.com/terrafrost/ It's pretty much examples/with_js_sdk.php from https://github.com/facebook/php-sdk and in IE9 it just shows popups infinitely. ie. To display the webpage again, ...
0
votes
0answers
639 views

Issue with asp.net and using fackbook login and app/page posting

I am making a website that allows our users to log in, search and request songs for my DJ business...that isn't where i am having the issue...i have a new section to the page that i am trying to get ...
0
votes
1answer
341 views

Can't Authenticate in IE

I've been a Facebook developer for a while now, but I'm starting fresh with the new Facebook App layout and stuck one of the first steps. So apparently my old method of authentication doesn't work ...
0
votes
1answer
513 views

Generating an access token for a Facebook application

I have been to the Authentication page and successfully generated an access token, but the token I receive doesn't give me the same permissions as the token that is automatically generated if you ...
-1
votes
1answer
335 views

Facebook (JavaScript) permission dialog for email - Error

I am developing a Facebook application with FB JavaScript SDK. I need email permission on start of the application I am using OAuth Dialog. Here is the code: <html ...
0
votes
1answer
99 views

Allow a person and his/hers friends to login and redirect to a page

I want to implement a login with facebook on my website. I have a client that log into the website and access a specific page, but I want all of client's friends could log into the website and see my ...
0
votes
1answer
535 views

how to keep fb app inside a page tab while authentication (oauth 2)?

Small problem here I want to make a small fb app which show different views for page admin and users, page admin can add html to the app and include the app in their page (somewhat like the old fbml ...
1
vote
1answer
737 views

Facebook Connect login-button doesn't appear when logged into Facebook

I'm using Facebook Connect's login-button on my website: <fb:login-button length="long" background="light" perms="email" size="medium" ...
2
votes
1answer
224 views

Are we really expected to reload our Facebook App/Game every 1-2 hours?

The new OAuth 2.0 client-side flow provides an access-token with an expiresIn time. Typically this is 1-2 hours. Users who are playing a game may spend that long playing and they also might play for a ...
6
votes
3answers
844 views

$facebook->getLogoutUrl(); link doesn't log user out of facebook

My current user story is that user1 is logged into my website and facebook (these accounts are connected etc). User1 logs out of my site but not facebook. After this user2 logs into his account, ...
1
vote
1answer
888 views

Is there a way to log out via Facebook api on Android IF you have the Facebook app?

I'm using Facebook's Android API and everything works as expected with one exception. When I leave the Facebook app installed on the device (this is the stand-alone app, that has nothing to do with ...

1 5 6 7 8 9