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.

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
86 views

Symfony 2.1 Autologin after facebook login

I'm creating an intranet, therefore all users have account automatically created for them. They then go to a url to create their password. All that works great. I'm now trying to allow them to ...
0
votes
0answers
76 views

Twitter authentication api auto login

I am trying to crawl information from a site that requires login. However the login is available only through twitter or facebook authentication api. Can anyone help me if there is a possibility for ...
-4
votes
2answers
253 views

Auto-Login through Facebook in my app [closed]

I have a client whose requirement is if he is logged in facebook from his safari browser or any other app in his iPhone even from the Facebook app he doesn't again want to login in his app through ...
0
votes
2answers
2k views

Auto login with PHP facebook connect + JS

since all the changes facebook made in the past year lot of things are changed. there are some solutions over the web but they do not work any more. (LIKE THIS ONE: Using the PHP or JavaScript ...
0
votes
0answers
332 views

Web Browser Win form control login register an app with facebook

I am using a Web Browser control for a win form application. I am trying to register an application throw Facebook login\app registation. My problem is that first the authentication process pops up ...
0
votes
2answers
372 views

What is the correct setup for the auto-login of a returning, authenticated user with the Javascript SDK?

Hey fellow Facebook developers, I've read dozens of related questions and hopefully tried every related example on developers.facebook.com but I can't get this one to work: A user has visited my ...
1
vote
1answer
628 views

Facebook auto-login JS works in console but not in GM script

I am trying to create an auto login script for Facebook rather than use a preexisting one. When I run the following code in the javascript console of both Firefox and Chrome both the username and ...
0
votes
2answers
622 views

Facebook auto login - notify user

I am allowing my users to login to my web-app using their Facebook account. A user is auto-logged in to my website through Facebook if - They are registered to my site using Facebook They haven't ...
0
votes
0answers
145 views

Linked accounts on Facebook-openid [closed]

i cant login to facebook anymore using an openid provider like gmail or myopenid. Instead im redirected to page http://www.facebook.com/login.php. Any suggestions please? thank you
1
vote
1answer
186 views

User accepts Facebook request then autologins to my website

I have an invite friends button, that creates a facebook request to the friends you select through facebook's javascript UI mechanism. The invitees can then click "Accept" and they'll be redirected ...
0
votes
2answers
728 views

Facebook Connect: How to auto login user only when he's coming via Facebook App

I've recently implemented the Facebook Connect on my website. Everythin works fine so far. When a User visits my site (not via Facebook App) and clicks on the FB Connect Button, he'll be logged in. ...
1
vote
0answers
2k views

facebook login, getuser not working properly

I'm trying to add a facebook login to my site but the problem is that the facebook function "getUser" only works sometimes. Half the time I'll get the user's facebook id from it, but half the times I ...
0
votes
1answer
689 views

Facebook login in site?

I have a question about this feature. I want to add a button like Facebook login. When someone clicks it I want to retrieve his email and maybe his name or surname. Generally I want to provide this ...
0
votes
1answer
2k views

Automatically login into facebook with PHP via curl (?)

I need to login into Facebook with my account because i want to create a crawler that fetchs some data from an app and put it into a database. I don't know if it's possible and where to start, i just ...