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.
Facebook login is popular sign in method for many websites using Facebook credentials.
-1
votes
0answers
12 views
iOS. Create a facebook page request for authorized user for UIWebView?
I load a webpage into UIWebView. Then I login using facebook SDK. Then I update my UIWebView but it still shows that I'm not authorized.
How to construct a correct request now? Or are there any ...
0
votes
1answer
18 views
Facebook iOS SDK extendAccessToken not Working - fbDidExtendToken not being called
Once the User's Facebook Access Token is Invalidated for any reason (either deleting the app from the Facebook website or deleting the app's access from the Facebook settings), I Can't manage to Get a ...
-2
votes
0answers
28 views
Fcebook login is not working for facebook native app in android application [closed]
Fcebook login is not working for facebook native app but it works when i uninstall facebook native app.
0
votes
0answers
11 views
Facebook login not working on production
We migrated php site into ROR. php site had FB login, we used same scripts in ROR as well. There are 2 issues
It doesn't work on first page load, after doing refresh and trying it works well. On ...
1
vote
0answers
18 views
Unable to cancel a Servicestack Facebook authentication proccess
When accessing "/api/auth/facebook" i'm redirected to facebook ouath dialog, but when trying to cancel, i keep getting redirected to the same facebook ouath dialog.
This means i cannot cancel this ...
0
votes
1answer
56 views
Facebook login problems current goals screen not generating oath token
I am a newbie and devleoping an app which uses facebook login and the details which we get after logging from facebook for further interactions. Two days back it was running fine but today it stopped ...
0
votes
0answers
34 views
can't login through facebook
I must make code that can merge existing account with FB account - in case user want to do it. But I ran into a problem that I am not able to solve!
I know my email and password to my FB account, but ...
1
vote
2answers
32 views
FB.login with PHP check
my application works like this:
User clicks on button and it call "FB.login"
After login is page reloaded by "window.location.reload;"
I checked in PHP, if user logged in, but it writes that NO
I ...
-6
votes
0answers
42 views
Log-in problems [closed]
I have a friend who recently has tried to access her account, but has been met with a blank, white nothingness on her screen. This only happens for her account, and her account only. Is there a reason ...
1
vote
0answers
36 views
Facebook Login using Javascript SDK does not give extended access token
So, Facebook's documentation regarding access tokens says:
Apps using the Facebook SDKs for Javascript, Android and iOS, desktop apps or apps using the server-side login flow automatically ...
0
votes
0answers
17 views
session is not created after redirect from facebook
I have setup facebook login for my site.
I have following app settings:
in htaacess file:
#
# Rules
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) ...
-2
votes
0answers
22 views
facebook login for google forms [closed]
I want to create a google form, where it asks for username and if they are interested in donating to poor. If they select yes and write some comment, that should be automatically shared on their wall. ...
-5
votes
0answers
17 views
Account Temporarily Unavailable [closed]
When I tried to log into Facebook, I was told "Account Temporarily Unavailable"...it then sent me to a Spam Warning. Apparently I clicked something somewhere that allowed a hacker to use my account to ...
0
votes
0answers
22 views
getLoginUrl returns string, not button
In FB example file getLoginUrl() function works fine, but when I started to apply the code on development server I get in return just a string that is and address to FB server with my redirect link
0
votes
1answer
19 views
Facebook log in supplies data but does not ask for any permissions whatsoever
I recently implemented the Facebook log-in on a site which I've been working on. I need to pull some data from the user and call the following function when the user clicks the 'log in' button
...
0
votes
1answer
53 views
Logging in to facebook from an Android app redirects to browser
We are using Facebook SDK 3.0 for Android. From our App we allow users to request for login to facebook to get the access token. It used to work quite well.
Today (10 may 2013), when we want to ...
0
votes
2answers
116 views
How to add Facebook login account on website using JSF 2.0
I am trying to create a website where it has "login or register" feature. Nowadays, every website gives login with facebook/twitter or gmail account. I would also like to do the same thing. I am ...
-3
votes
0answers
21 views
Assistance for Government State Agency [closed]
Is there a Government State Agency support section at Facebook. I am a developer that needs an account for a newly launched State Government web site. I created an account and I gotten Block (TWICE), ...
-1
votes
0answers
94 views
facebook login not working anymore as of May 2013 [closed]
This is the code I used before, and it's working fine. But as of this May, I found out the the code not working anymore. Do I need to upgrade my code? And which should I choose?
<?php
$app_id = ...
0
votes
1answer
59 views
Codeigniter Session Class not displaying session variables set by other domain
In my site i have integrated facebook login. Site is developed using CodeIgniter framework. In facebook login, after authentication carried out by facebook, certain session variables are set by ...
0
votes
0answers
52 views
How to redirect to a page after facebook login using javascript?
<body>
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js"></script>
<script>
FB.init({
...
0
votes
0answers
22 views
StackMob Facebook Login Custom User Data
I am currently switching over from GoogleAppEngine to StackMob and am able to have users create accounts/login with facebook using their iOS API. However, I need to be able to store extra data on the ...
0
votes
0answers
17 views
Accessibility blank android 4.2 on login
I have found an issue with the facebook sdk for android. the talkback mode in accessibility is not working for the facebook login screen.
Steps to reproduce
Find a device running Android version 4.2+
...
2
votes
4answers
109 views
Facebook login dialog doesn't close using javascript SDK
I've tried to do the facebook login using FB Javascript SDK.
After login doesn't close the login window only in opera browser.
How can i fix this problem?
I've tried following source code:
(on-line ...
0
votes
2answers
39 views
Login button not disappearing after login
I have just began to learn php and I'm working on a Facebook app at the moment. The problem I am facing now is that the login button remains on the screen even after the user has accessed his account. ...
0
votes
1answer
21 views
Wordpress Connect with facebook and other social media
I am running My Wordpress Powered Website on a free hosted platform and the provider blocked PHP curl extension. I want to let visitors login with facebook and other social platforms. I tried with ...
0
votes
2answers
51 views
Signed Android app has crash when get user info Facebook SDK
I just created a app, that using facebook sdk 3.0 to get user info . This's the code:
private void getMe()
{
Session session = Session.getActiveSession();
CanBanNhanhAppActivity._fbtoken = ...
0
votes
0answers
26 views
User is unknown on when FB.login is triggered
I am new to using the FB JS SDK so please bear with me..
I am currently trying to setup facebook login for a website. The problem I have is that when I click the login button and enter my login ...
0
votes
0answers
27 views
can not use SSO with Facebook
I have problems sing in throught Facebook even if I used the official sample application. Than I have deinstaled the updates from official facebook app, and the sample application has started working, ...
0
votes
0answers
37 views
iOS facebook login troubles
i integrated facebook login into my iOS application. When logging in with facebook it works for myself and my other testers but when we launched the application people were having difficulty logging ...
0
votes
2answers
45 views
How to avoid login multiple times in Facebbok login by using in SDK 3.01
I am using latest faceboook android SDK 3.01 in my application. by using this i am able to share on my facebook wall well it's working fine, but login it's asking login on every time when i want to ...
-1
votes
0answers
41 views
android facebook login without permission
I am new to facebook sdk, I tried the Simple login sample from facebook sdk, here is the code:
public class LoginUsingActivityActivity extends Activity {
private static final String ...
0
votes
0answers
20 views
Return to page after declining facebook login
I am trying to handle users that don't want to login with facebook after they have already started the process.
Current process:
Open new browser tab
Go to URL (mysite.com)
Click login (launches ...
0
votes
0answers
16 views
Facebook Login App for other websites
I have eight sites in all and wish to use "Login with FB". My question is do I have to create 7 more user accounts or can I use my personal account (one) and create 8 different login app for each ...
0
votes
0answers
29 views
Is there any django package providing support for social auth along with the custom user model introduced in Django 1.5?
I need Facebook auth alone for now. But we may need others like twitter and google later. From my research, both django-social-auth and django-allauth, are yet to make the compatibility changes. Any ...
0
votes
0answers
18 views
Authentication Token for Facebook Windows Phone
I'm developing a windows phone application that requires Facebook log-in. I can actually log-in successfully using my personal and developer account. The sandbox mode of the application is set to ...
1
vote
2answers
54 views
Trigger.io Facebook “Login Failed, EXPECTED_FAILURE”
I am having many issues with connecting my Trigger.io app with Facebook using forge.facebook.authorize.
Once I switched from a development to Ad Hoc distribution I am unable to login at all. I even ...
0
votes
1answer
69 views
Given URL is not allowed by the Application configuration
I am trying to create facebook sign-in page according to this tutorial. I only changed the two lines
appId : '370675846382420', // App ID
channelUrl : '//http://bp.php5.cz/channel.html', // ...
0
votes
0answers
37 views
Facebook app in php: login doesn't work
My app can't show the link to the facebook login, and I really don't know why. I think that the problem is in the try/catch because if I leave it, I can view my id and my application's form. here ...
1
vote
1answer
63 views
Facebook SDK 3 - Sesion Re-log in issue
I'm using Facebook login as described in the "Getting started" Document - https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/
// start Facebook Login
...
1
vote
2answers
147 views
Set permission for getting User's email ID from Facebook Login
I'm using Facebook 3.0 SDK for android. I have to implement Facebook log in. I'm accessing user's basic info like name, userID. But I want to have access to email also of the user. I have gone through ...
0
votes
0answers
23 views
Facebook login button behaviour change
We currently have a Facebook login button on our public website. In the last ~1 day, it has spontaneously both stopped working and started having strange behaviour (i.e., started loading/appearing ...
0
votes
1answer
27 views
Facebook OAuth Dialog not showing app description
My site uses Facebook Login to retrieve user information for form submission.
The permissions dialog stemming from FB.login() does not show the "About this App" section... is there any way to get ...
0
votes
1answer
34 views
Facebook Login takes me to Help Page
I have had the facebook connect set up for over a few months and have done a lot of testing on it and everything seems to be working correctly. Suddenly when I try to login using the php facebook sdk ...
0
votes
1answer
58 views
how to stop login button app asking for friends list permission
I have implemented the facebook login button but im getting complaints from people saying the app is requesting access to friends list and because of this they dont trust it because they think the app ...
0
votes
0answers
35 views
Find user who denies permission to facebook login
I know its a silly question but i am unable to find the answer anywhere. In facebook login integration with external site, when a user denies the permission, the user is redirected to url which is ...
0
votes
1answer
54 views
Users forced to login while accessing facebook wall or fan pages on mobile devices
Since last week, users are forced to login page while accessing our facebook wall or fan pages in mobile browsers. It works great on regular browsers. Why this sudden change on mobile devices.
Wall ...
0
votes
1answer
24 views
FBLoginView orientation
I wish to show the FBLoginView in a landscape Cocos2D layer. Originally with just having it added to the view it was thinking the view was portrait, but by adding
[loginview ...
0
votes
1answer
130 views
iOS Facebook sdk 3.5 openActiveSessionWithReadPermission Error Code 2
I'm developing an iOS app that uses Facebook sdk 3.5. My app is compatible with iOS 5.0+.
I followed the How-to section of Facebook developer portal, for implement the login flow. In my app there are ...
0
votes
0answers
30 views
Login Activity goes blank after logging in as different user
I'm using facebook SDK for Android. I was making an app for about 3 days and today I wanted to test it with different facebook users accounts. So the first step is to log in, I'm asking for additional ...






