facebook

any gae framework for facebook user login..

i want to use this framework for facebook user login. thanks ...

Facebook multi-friend-selector + new javascript API = BROKEN ?

I am using the fb:serverfbml tag to render a multi-friend-selector inside an IFrame. I am using the new javascript API. I have been trying ALL DAY to get it working. When I click on the underlines 'selected' link (to filter by the selected friends) the whole page refreshes and the selected friends disappear. Does the multi-friend-sele...

xmpp and facebook, cant get clear list of online users.

I using this code to connect to facebook chat. When I try to retrieve list of online users instead of user name I get negative number for example: [email protected] How can I get the original (Letters) user name? ...

How to authenticate multiple entry points in a facebook app?

I am using an IFrame application with XFBML and the new Javascript API. I'd like to have a facebook application with multiple entry points. These will most likely represent different links coming from a fan page tab. I can do this quite easily if the pages don't require authentication - for instance I can create several pages under the...

For a user who is not logged into Facebook, the like button gives an error in the pop up window (non-iframe method)

Hi, In order to make full use the Facebook like button, I am trying to switching from iframe-based like button to js-based like button. url: http://www.dealsvista.com Everything works fine for a user who is logged into Facebook. However, for a user who is not logged into Facebook, when he clicks the like button, there is a error in ...

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 Facebook authorization feature, using the OAuth 2.0. Please tell me which one to use? and Is Facebook Connect going to be obsolete? I am...

hosting a high traffic facebook app (game)

we are currently developing a high traffic facebook application. all the traffic will be within one month, where there are 500.000 to 1.000.000 expected users. after that month, the game is over and we have a winner - so the app will be archived. we are currently planning to develop the application with ruby on rails and searching for h...

facebook JavaScript SDK - what is the 'your app id' when you just want to use the SDK for the facebook 'Like' button?

I want to add the facebook 'Like' button to my website, but the JavaScript API is asking for 'your app id' <div id="fb-root"></div> <script> window.fbAsyncInit = function() { FB.init({appId: 'your app id', status: true, cookie: true, xfbml: true}); }; (function() { var e = document.createElement('script'); e.a...

How to use FBJS to get the language preference of the user?

I'm modifying an existing FaceBook application. The FaceBook application is generated by another application, so I don't have much control over it. I can only add html/javascript. My goal is to use FBJS to detect the current language setting of the user and display a different message depending on their language. For example, if the us...

Is there a way to authenticating without web browser on Facebook API on iPhone(or similar native clients)?

Facebook offers an Objective-C library, but it uses web browser session too. Is there any browser-less way to do authentication? ...

Extracting friends' E-Mail addresses from Facebook (Skype?)

I am currently in the process of migrating away from Facebook (privacy concerns, mostly). For obvious reasons, I want to save away the email addresses from my friends' profile pages. However, this turned out to be a rather hard task, because the Facebook API doesn't let you access any mail addresses. However, I just tried the automatic ...

Writing Facebook apps in C#

Hi, I am a C# developer and fancy the idea of writing a C# app or two to integrate with the Facebook API. I read from this page: http://wiki.developers.facebook.com/index.php/User:C_Sharp that there's this Microsoft SDK for Facebook Platform that has binary assemblies that I can use to write my C# app. As a start, I want to try out th...

PHP (CodeIgniter) Pass Object Through Session

I am using PHP5 and CodeIgniter and I am trying to implement a single-sign on feature with facebook (although I don't think that facebook is relevant to the question). I am somewhat of a novice with PHP and definitely one with CodeIgniter, so if you think my approach is just completely off telling me that would be helpful too. So here i...

Looping login with Facebook JS SDK and Rails

I'm using the Facebook JS SDK for single-sign with my rails app. I translated the php code from the Facebook example (at the bottom of the page under "Single Sign-on with the JavaScript SDK") into ruby. This appeared to be working great but I've noticed one user that gets continual redirects when trying to login. The logs look like: Pr...

Switch from fbml to iframe problem

Hi! I've created an application for facebook using fmbl: <fb:fbml> <fb:bookmark/> </fb:fbml> And it worked :o) On base of tips from http://wiki.developers.facebook.com/index.php/Connect/Setting_Up_Your_Site I changed connection settings from fbml to iframe and added html and script tags, and downloaded xd_receiver.htm. So I have: ...

Different result from my app and test console Facebook

Why? Test console: http://gyazo.com/777f79b8821673b4f37b495ecd2f41cb.png My Application: http://gyazo.com/2430fe9fa1f7bb3b9a6afae9633043bf.png TIA. ...

Is there a way to get photo tags and new friendship type events by querying the FQL stream table?

When you look at your stream on the Facebook website, you see events such as "FriendX was tagged in an album", "FriendY is attending EventZ", and "FriendK and FriendL are now friends". I've tried various "vague" queries on the stream table, and so far I have been unable to get these types of events. Is this possible, or do I need to quer...

login to facebook api

I have facebook java api. Using this how can I login if i have email and password? ...

Father's day coming up! - Can I get the profile of a Facebook user's father?

I'd like to get the Facebook profile ID of a Facebook user's father. Basically I want to display a picture of the user's father and say 'how about buying an X for Dad'. Is this possible with the graph (or REST) API ? Edit: It looks like this needs to be an FQL query and can't be done directly with the other APIs. I'm still trying to f...

What is the tag in facebook API in iFrame for username?

I use this in FMBL = echo "<p>Hello, <fb:name uid=\"$user_id\" useyou=\"false\" />!</p>"; But it dont work on the iFrame option. What i need to do in order to see the user name in a iFrame? Thanks ...