Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Single sign-on, a system for sharing authentication credentials between different systems

learn more… | top users | synonyms (1)

0
votes
0answers
44 views

How to create single sign on in android?

Hi i want check my application is login or not. If is not logged in I want to connect with login button.If is login I want to display friends list in my activity Here I show my code : public class ...
0
votes
1answer
67 views

How to single sign on into gmail, yahoo mail & facebook from Spring based Web application with ldap as Authentication provider

We have a Spring MVC & JSF based web application which uses Spring security to do user Authentication using LDAP provider & after successful authentication user profile is fetched from oracle ...
-1
votes
1answer
41 views

How to Stay connected with facebook when app close in my android application? [closed]

I am working on facebook application.Facebook integration,Login page and getting friends to my application all are working well but when ever i am closing application my app disconnect with ...
0
votes
0answers
40 views

Facebook SSO Failed

I am working on Android application with facebook integration. Its is working fine if there is no facebook application installed. But, if facebook application is installed, my application is going ...
0
votes
0answers
48 views

iOS Facebook SSO in free and paid apps but 1 FB App Bundle ID

I am trying to use only 1 facebook app for both of my free and paid iOS app. From the doc of FB, all I need to do is to use the URL Scheme Suffix to the fb ID. for eg, fb ID: 124911234819241 in my ...
1
vote
0answers
43 views

Facebook opens new Activity for login

in my app is a com.facebook.widget.LoginButton from FB-SDK 3.0. If I Click on this LoginButton, a new and blank Activity is opened with my dialog authentication. I dont know why this is happening and ...
0
votes
2answers
26 views

What data can be obtained about a user who logs in with Facebook Oauth?

I'm currently using OpenID to allow users to login to my website using Google as a provider. I'm thinking about allowing users to use Facebook to login as well. When a user logs in with Google ...
1
vote
0answers
82 views

Deep linking in facebook without dialog

I have created AppLinkingHowTo project by using following facebook documentation of deep linking http://developers.facebook.com/docs/howtos/androidsdk/3.0/link-to-your-native-app/ its working fine ...
0
votes
0answers
49 views

Development and release versions of iOS app with FB SSO

We have an iOS App available in the App Store, and are continuing development of it (plus bug fixes). Developers have devices with both the App Store version of the App, and the development version. ...
0
votes
1answer
314 views

Facebok Android SDK always shows web auth dialog instead of native auth dialog / single sign on

I'm using the 3.0 version of the facebook-android-sdk from GitHub in an Android app. For some reason, when authenticating, the Facebook SDK seems to always show the "web dialog" to enter a username ...
1
vote
0answers
59 views

Facebook Android openActiveSessionWithPublishPermissions analog

I am porting ios code to android and I have openActiveSessionWithPublishPermissions method. Is there anything similar in android ? Or only way is to call openActiveSession and openForPublish The ...
1
vote
1answer
169 views

Facebook Android - Key Hashes validation

I have created key hashes as described here (in the end of step 4):- They tell password is android It is correct for debug.keystore but I have distr.keystore with different password Both passwords ...
2
votes
0answers
124 views

How to post message on facebook wall which have two hyperlink and it must support single sign in

I am using this code: private void publishPhoto(String imageURL) { Log.d("FACEBOOK", "Post to Facebook!"); try { JSONObject attachment = new JSONObject(); ...
0
votes
1answer
54 views

if I add SSO for both facebook and Gmail then should I treat users who login from both with same email id as new user?

I have created facebook sso and it works perfect.I am getting the email id as one of the unique factor in my server db .So it treats the user who has logged in the first time as new user and after ...
0
votes
1answer
103 views

Session Login does not react when Facebook app is present. Works with SSO

I've implemented Facebook for my android app following this guide: https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/ My aim is to get the access_token so that i can ...
1
vote
0answers
156 views

Facebook single sign on with ios 6.0 and storyboard

I have used following tutorial to use the new 6.0 Facebook integration for signing in. iOS 6 Tutorial: Integrating Facebook into Your Applications Here I dont need the Facebook SDK just new social ...
1
vote
1answer
245 views

Facebook OAuth on Google App Engine with iOS

I am still having trouble finding any sort of tutorials for authenticating a native iOS application with OAuth 2 Facebook on Google App Engine. I realize I might need to use a proxy on GAE (like here: ...
1
vote
0answers
62 views

No SSO Configure option in Facebook iOS App Setting

We are trying to create a Facebook Page for our iOS APP. But we are getting the following error - "Your iOS App does not appear to use Single Sign-On (SSO)". In Facebook iOS App Setting page, we have ...
0
votes
0answers
90 views

Facebook iOS app authorization produces blank screen

I am successfully authorization Facebook access using the graph and would like to provide Single sign on if the user has the Facebook app installed. When I attempt this, I get the Facebook app to ...
0
votes
0answers
44 views

How does the hallway api ( singly ) triggers fetching friends and how can one debug that?

I have successfully setup a hallway implementation on our Ubuntu server running mysql, redis, riak and so on. Client authentication works for twitter, fb and linkedin using a scope that allows ...
0
votes
0answers
105 views

Facebook app rejected from App Center due to SSO issue

We have six Facebook apps that we are trying to add to the App Center. Each app provides login functionality to a corresponding iOS app. In terms of the iOS apps interacting with Facebook, everything ...
0
votes
1answer
89 views

Android - Open Facebook app for Logout

Is it possible to open Facebook App for logout or logout another way from it if I've login in my app with SSO and now I want to logout?
1
vote
0answers
69 views

MVC4 Facebook and multiple subdomains

I have currently 4 sites eventually will be closer to 100 (i'm developing a web based game) I have the main site (i.e www.domain.com) and then sub domains for each server (ie s1.domain.com ...
0
votes
1answer
228 views

how to configure disable Single SIgn On for facebook sdk 3.0 for android?

I have created an android app for Facebook and login with "com.facebook.LoginActivity" this method login with app of facebook and i need login independent. Something similar to this question How to ...
0
votes
1answer
136 views

Why does Facebook SDK for iOS 6 fail on some users but succeed on others?

Facebook iOS SDK 3.1 is implemented in my app, and yet I've been using SSO, for the sake that it was easier to understand. Now I am implementing the portions of the Facebook SDK that support iOS 6 ...
0
votes
0answers
294 views

facebook sdk 3.0 for android prompts for username/password everytime (SSO doesn't work)

Whilte testing my app, I noticed that everytime the user logged in, the authentication dialog was displayed. This, of course, wasn't quite normal, as the user should authenticate at most only once. ...
0
votes
0answers
77 views

How to connect to Facebook or use Single Sign On (SSO) in a Windows Store C++ Game

I'm developing a Windows 8 game in C++/DX for the engine and C++/XAML for the menus. A common theme for multiplayer games is to connect to facebook either directly or through Windows 8 SSO to play ...
10
votes
2answers
259 views

Is it possible to check if an email is confirmed on Facebook?

I am making a web app with SSO that is offering the user to sign in with either Google or Facebook. I would like users who have both types of accounts to show up as the same user in my system ...
2
votes
2answers
314 views

Error in Android Faceebook SSO Login

By following the Facebook SDK 3.0 Document for android and developed sample app, but still am getting an error, "'app_name' is miss configured for Facebook login." I registered my app on fb too, ...
3
votes
1answer
98 views

Same Facebook app for multiple (possibly infinite) iOS apps?

I want to integrate my Facebook app in multiple iOS apps. I know there's a way to include all the bundle IDs in my app settings on Facebook. But the problem is, I am providing this feature in an API. ...
0
votes
1answer
744 views

How to disable Single SIgn On for facebook android app?

I am building an application which needs user credentials for multiple users. If SSO is enabled, then I cannot logout the user (provided Facebook app is installed on the device) after using our ...
1
vote
1answer
208 views

Publish Feed with SSO in Facebook (IOS)

I am working on Facebook integration and trying for Single Sign-On with publish feed functionality. I am using latest FacebookSDK. I have Facebook's Hackbook example code but, i am new to all this so ...
0
votes
1answer
141 views

Sign in with Facebook SSO in a WebView?

In my app a user signes into Facebook with SSO. Later on he navigates to a facebook page displayed in a WebView. In this WebView he won't be signed in, which means the user needs to sign in to ...
1
vote
2answers
161 views

How to implement Fabcebook Login in iOS with SSO for dialog prompt?

I want to implement Facebook login using dialog, not by automatic launching of the Facebook app or Safari. Im using ARC in my project and I've compiled the script file ...
0
votes
0answers
150 views

FB SDK crash on device iOS

I am trying toupload photo to facebook using FB SDK for iOS by going through hellofabcebook sample. I am following all the steps properly but application is getting crash on device. It wroks fine on ...
2
votes
1answer
317 views

Facebook “apprequest” dialog asks for facebook login where as app is already logged it to facebook

I'm following example of facebook authentication https://developers.facebook.com/docs/tutorials/ios-sdk-games/authenticate/ for Login i've used: [FBSession ...
0
votes
0answers
190 views

Facebook Login For iOS6

I am using SLComposerview in my app for facebook which get the login information from setting app. My problem is that i want to put a check that if there is no login information present in setting app ...
1
vote
2answers
92 views

Same username with custom and facebook login

I've a site with user registration (ASP.Net Membership) and Facebook login button. I use SetAuthCookie(model.UserName... in both login acions and everithing seems to work! Now... what if a FB ...
0
votes
1answer
310 views

Android Facebook SDK SSO Logcat “Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider”

I have this error in Logcat Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider When I use Virtual device the app seems to ignore this error and I am able to ...
4
votes
2answers
1k views

Facebook android sdk 3.0 SSO

In previous versions of the facebook sdk we could check if a user is still sighed by using tokens. In the new 3.0 version I can't find another way other than invoking openSession() to check if the ...
1
vote
1answer
312 views

iOS SDK does not seem to handle revoked access token in iOS 6

After my app gained access to facebook account registered in iOS 6's setting, I revoked the app from my facebook's privacy setting. And then I try to reconnect my app with facebook by calling ...
1
vote
0answers
49 views

SSO concern - server client communication

I want to get your opinion on a security concern regarding Facebook SSO (Or any SSO provider, for that matter). When a user preforms FB SSO on the mobile and by that performs a sign-in to our app, ...
0
votes
0answers
85 views

Remote auth to Zendesk using Facebook

I have a web application (say www.xyz.com) and I am using facebook connect to authenticate users into my webapp. So far so good. One of my requirements is to be able to automatically log into to ...
1
vote
1answer
76 views

Is it possible to modify the URLScheme of iOS Application after compiling code?

I am using two facebook applications to perform facebook connect with my iOS app(using different application for different region viz UK, US). I am using SSO for facebook connect (FB SDK 3.1). Now, I ...
0
votes
1answer
145 views

Facebook SSO with App Login

So I have an app, I want users to create a login within my application and then after logging in have the option to connect their facebook to the app/their account. The problem is: If user1 logs out, ...
-1
votes
1answer
672 views

Cant login facebook in android “Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider”

I am a beginner of android programming. I am trying to use facebook SSO, therefore I follow the instruction of facebook developers and write a simple testing code: public class MainActivity extends ...
1
vote
0answers
271 views

How to setup Disqus & Facebook Connect with single sign on

I have setup my site with single sign on, but I also want Facebook and Twitter to show their login options as well. Everything points me to the admin page where there should be the option to add these ...
13
votes
4answers
8k views

Facebook authorization fails on iOS6 when switching FB account on device

I'm using die Facebook SDK 3.1.1 to implement FB Connect in my iOS application. This works fine in the simple case with either the new FB integration (logged in on iOS) or falling back to the normal ...
0
votes
1answer
170 views

facebook Feed Dialog single sign on not working android

if (!facebook.isSessionValid()) { Log.i("FacebokLogin ", "facebook session not valid"); facebook.authorize(FacebookUtility.this, new String[] {}, new DialogListener() { ...
0
votes
0answers
107 views

Facebook SDK logout from Safari but not reflected in Application using SSO

I have an iPhone App that opens safari for Login for facebook.Now I get a access token. I log out from facebook through safari. After sometime facebook auth fails.So is there a way so that we can also ...

1 2 3 4 5