Tagged Questions

Facebook Connect is a set of APIs from Facebook that enable Facebook members to log onto third-party websites, applications, mobile devices and gaming systems with their Facebook identity.

learn more… | top users | synonyms (2)

44
votes
7answers
34k views

Facebook offline access step-by-step

After searching literally 1 day on facebook and google for an up-to-date and working way to do something seemingly simple: I am looking for a step-by-step explanation to get offline_access for a user ...
37
votes
9answers
41k views

Facebook Connect and ASP.NET

I'm at step 8 of the authentication overview found here: http://wiki.developers.facebook.com/index.php/How_Connect_Authentication_Works In particular, the user has logged into facebook via Facebook ...
30
votes
6answers
15k views

Rails 3 using Devise: How to allow someone to log in using their Facebook account?

I have a Rails 3 application using Devise for authentication. Now I need to allow someone to log in using their Facebook account. I think this is called Facebook Connect, but I've also heard the term ...
30
votes
11answers
15k views

Facebook Friends.getAppUsers using Graph API

I have an application that uses the old REST API call Friends.getAppUsers to get the list of friends for the current user that have authorized my application. I have read the docs, but I can't figure ...
23
votes
2answers
2k views

Best way to implement Single-Sign-On with all major providers?

I already did a lot of research on this topic and have implemented a lot of solutions myself. Including OpenID, Facebook Connect (using the old Rest api and the new Graph Oauth 2.0 Api), Sign in with ...
22
votes
3answers
24k views

Unsafe JavaScript attempt to access frame warning in Safari

I'm using Facebook Connect in my app. I have it working pretty well, but in the Safari Error console, I'm seeing errors like this: Unsafe JavaScript attempt to access frame with URL http://...#... ...
19
votes
4answers
3k views

Django Facebook Connect App Recommendation

I want to implement Facebook connect login for my Django site and I've checked the already existing apps. So far, I have found Django-Socialauth, django-socialregistration, and django-facebookconnect ...
17
votes
3answers
834 views

Facebook-connect or OpenID? From a developer's perspective

I have recently been contracted to work on an application that requires Facebook-Connect as one of its authentication mechanisms. Working on my Facebook-Connect solution, I'm realizing that it's ...
16
votes
1answer
17k views

Facebook API error 191

I'm trying to integrate my project with Facebook. I'm taking babysteps at first and just trying to login, get a Facebook session and get some user data. I'm developing it locally so my Facebook ...
15
votes
2answers
2k views

Design for Facebook authentication in an iOS app that also accesses a secured web service

Goal: Allow a user to authentication with Facebook into an iOS application which requires access to a protected web service that I'm running. Assumptions: There is a native authentication (and ...
15
votes
2answers
3k views

Turn omniauth facebook login into a popup

I'm using the omniauth gem with rails and it works great with loging in users, but everytime it takes you to the fb login page then redirects you back. I was wondering if there is a way to do what ...
15
votes
4answers
6k views

List of Facebook error codes

I'm looking for a list of all Facebook can return when you try to fetch infos using Graph API. Can anyone help? Facebook returns a 400 HTTP error, and a JSON content like: { "error": { ...
14
votes
2answers
3k views

FB.login dialog does not close on Google Chrome

I'm calling FB.login() on a click event in my application. The dialog pops up as expected, but when the user is done logging into Facebook (and/or authorizing the app), the dialog does not close. ...
14
votes
2answers
10k views

Running Facebook application on localhost

I am planning to connect to Facebook chat from my localhost. I will need to get the session key from Facebook. When I give the site URL as localhost:8080 or ip-address:8080, it does not work. I read ...
14
votes
4answers
8k views

Can I “add friend” with Facebook's API?

Does their API allow my Facebook-connected user to add a friend?
13
votes
2answers
17k views

How to let Facebook Login button redirect to a particular URL

This is the info on Facebook Login button http://developers.facebook.com/docs/guides/web/ So it will render a Login button, and a user can click on it to log in on Facebook (a log in window will pop ...
13
votes
3answers
5k views

what is the openid url of facebook?

i made my openid in my site like this : livejournal: { name: 'LiveJournal', label: 'Enter your Livejournal username.', url: 'http://{username}.livejournal.com/' }, ...
13
votes
2answers
3k views

Simple Facebook Connect in Google App Engine (Python)

Does anyone have a simple and successful demo implementation of facebook connect in an google app engine application. I am developing an web application and want facebook connect to be the primary ...
12
votes
3answers
8k views

Facebook App vs. Facebook Connect site

I'm reading Facebook's documentation so I can figure out how to enable Facebook Connect on my site. What confuses me is which parts apply to Facebook applications and Facebook Connect, because I'll be ...
12
votes
2answers
14k views

Refreshing Facebook session from an iframe application

I've got a Facebook iframe application that is completely external. By this I mean that once a user accesses the canvas URL to load the application, all the links in the iframe app go to my servers, ...
12
votes
3answers
6k views

Facebook Connect Integration with a site using ASP.NET Membership Provider

Are there any best practices or examples of how to best integrate Facebook connect with an existing ASP.NET Application using the Membership provider (or something similar). I'm sure I can get ...
11
votes
2answers
6k views

Developing Facebook Connect Javascript API on localhost [closed]

I'm trying to write some javascript functions to integrate with the Facebook stream. However they only seem to work if you are developing them directly on the live server so that Facebook can access ...
10
votes
1answer
2k views

Facebook Connect using IE8 causing problems; any workarounds?

I've been wrestling with problems using Facebook Connect on IE8 and i've reached a dead-end it would seem: We have a Facebook game (Canvas iFrame) which had problems reported when using IE8. We've ...
10
votes
7answers
3k views

FB.getLoginStatus not calling its callback

The title really says it all. Under some (undetermined) conditions FB.getLoginStatus() just stops working and won't invoke the callback I gave it. The only interesting clues I've found are ...
10
votes
2answers
22k views

Using Facebook Graph to simply post a wall message with just javascript

Hey guys, Now I know this question has been asked similarly a lot of times but I'm really struggling here. Its a simple thing I need to do: I would like to post a message onto a users wall saying "I ...
10
votes
5answers
17k views

Simple Facebook Connect Demo in ASP.NET

Does anyone have a simple and successful demo implementation of facebook connect in an asp.net application. I am developing an asp.net web application and want facebook connect to be the primary ...
9
votes
3answers
12k views

How to get access token from FB.login method in javascript SDK

I need to get the access token from FB.login method in javascript SDK. my login code is FB.login(function(response) { if (response.session) { if ...
9
votes
2answers
433 views

ASP.NET MVC with Facebook Connect template project

I'm looking for template project that uses Facebook Connect instead of ASP.NET Membership service with ASP.NET MVC 1.0/2.0/3.0. It should support connect (login) and logof and storing user data to the ...
9
votes
2answers
3k views

Facebook Connect for one application with multiple domains?

I'm implementing a plug-in that's embeddable in different sites (a la Meebo, Wibiya), and I want to use Facebook Connect. The plug-in is supposed to be embeddable in sites with different domain names. ...
9
votes
2answers
8k views

How to get the Facebook user id using the access token

I have a Facebook desktop application and am using the Graph API. I am able to get the access token, but after that is done - I don't know how to get the user's ID. My flow is like this: I send ...
9
votes
1answer
12k views

Check if user is logged in New Facebook API

well I'm new to the facebook api stuff, and just recently someone told me I was using the old api. So now, I can't seem to figure out how to check if the user is logged into my site with the new api. ...
9
votes
5answers
28k views

Facebook connect displaying invite friends dialog and closing on completion

I'm trying to create a Facebook Connect application that displays a friend invite dialog within the page using Facebook's Javascript API (through a FBMLPopupDialog). The trouble is to display a ...
9
votes
2answers
16k views

How to log out users using Facebook Connect in PHP and Zend?

I am trying to build a Connect app using PHP and Zend Framework. I also have a Zend_Auth based user authentication system. Now, I am able to log in using Facebook but log out is not working. I need ...
8
votes
1answer
201 views

Facebook Login is not asking for correct permission?

I use Facebook login using FB.login (and i don't want to use Facebook login button) my problem is that after login the Facebook dialog don't show listed permission as Follow: FB.login(function ...
8
votes
1answer
785 views

How to design a discussion tab on a facebook page?

We have a facebook page.In which we want to design Discussion Tab.We Want to design each topic view.one more question we have Can we restrict users to create a new topic?we want only admin can create ...
8
votes
5answers
1k views

Facebook Connect for iOS: dialogDidComplete response differentiation

I was wondering how to differentiate between the user tapping submit or skip in the inline post-to-stream FBDialog. Anyone know what to test for? I am using the latest iOS Facebook Connect in a iOS ...
8
votes
2answers
15k views

fb:login-button custom?

Is is possible to add parameters to fb:login-button in Facebook Connect? I would change the text in a more clear way for my target/demographic, who are not so geeky.
8
votes
1answer
433 views

Unit testing facebook applications

What are good practices of unit testing facebook Canvas applications ? Lets say you have MVC application with controllers utilizing local Facebook library which provides access to Graph API, FB ...
8
votes
3answers
3k views

Any tutorials for Facebook Connect and Rails 3?

Are there any tutorials out there for setting up a new user in my Rails 3 app using Facebook Connect? Thanks!
8
votes
5answers
1k views

Adding Facebook Connect to a CodeIgniter website

I'm having problems trying to connect my website to Facebook. What I would like it to do is allow users to augment their accounts by connecting them to Facebook (I do not need people to be able to ...
8
votes
1answer
8k views

Facebook Connect OR Facebook Authorization using OAuth 2.0

I want to allow users to sign in using facebook as well to my website, since the recent release of new Facebook stuff, I am unsure which one to use. Previously, Facebook Connect was used. Now we have ...
8
votes
2answers
811 views

Authlogic Facebook Connect Snafu

I have an application configured with authlogic and authlogic_facebook_connect, but every time I click to "Connect" button, my UserSession fails validation, saying "You did not provide any details for ...
8
votes
3answers
5k views

Controlling scroll position for Facebook iFrame application's parent frame

I've got a Facebook iFrame application happily up and running, but I'm realizing that I don't have a way to handle the scroll position of the parent frame because of cross-domain issues. If a user ...
8
votes
1answer
426 views

Has anyone written or used a Asp.NET membership provider that integrates with Facebook Connect?

I'm looking to allow Facebook Connect logins on my site, but still want to capture some user information and store it in the Profile object. Would also like to allow standard login/pass ...
7
votes
2answers
728 views

Don't want to tap twice to share message in Facbook using sharekit app?

I sharing message in Facebook by integrating sharekit in my iPhone application.I have written the method facebookButtonPressed which I am calling on tapping one button. First time when facebook screen ...
7
votes
6answers
516 views

How to Handle Facebook Application Requests?

I am working on a Facebook application And I am offering the user to invite his friend to the application using the C# SDK. as shown in Facebook documentation My problem is when the friend of the ...
7
votes
2answers
1k views

Facebook Login throws “Permission denied”

I am adding Facebook login to my existing asp.net application. I have added a Facebook login button to my login screen. Now, I click Facebook's login button and in IE 9 it throws client-side exception ...
7
votes
2answers
596 views

facebook post to wall dialog is empty

I'm having a weird problem with fb sdk for iphone. It was working all fine till yesterday. I started getting an empty fb dialog when trying to post to wall. If I click Publish, it publishes fine, but ...
7
votes
4answers
3k views

Facebook Connect example in JSP (tomcat)

I'm building a JSP application and I would like to use Facebook Connect as one path for user registration and authentication, but I'm not finding much information about how to fetch and parse the FB ...
7
votes
3answers
1k views

Facebook Connect: capturing user data with django-profiles and django-socialregistration

Either my google searching has completely left me or there's hardly any documentation/tutorials for django-socialregistration. Too bad, because it seems like a nice enough app. Through some ...

1 2 3 4 5 56