facebook-connect

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! ...

Can i get my facebook's email address when i log in facebook from facebook connect api?

Can i get my facebook's email address when i log in facebook from facebook connect api?Thanks. ...

Facebook Connect & HTTP Cookies - How Can I Overcome this "Race Condition"

If you're wondering what the "Race Condition" is, its a flaw in a system whereas it's highly dependent on timing. See the wiki here for more info. So, the condition i have is relating to Facebook Connect and implementing a Single-Sign-On service with an ASP.NET 4.0 Web Application (Forms Based Authentication - IIS7). The process itself...

How to get the locale or current location of the user in facebook iframe application?

Hi, I am developing an iFrame application in facebook. What is the syntax to get the locale of an user? I am using the PHP client library. I had tried this piece of code: <?php $user_details = $facebook->api_client->users_getInfo($user_id, 'name,hometown_location'); $locale = $user_details[0]['hometown_location']['city']; ec...

Facebook extended permissions stream_publish is not working anymore?

I know I might not get any help here, but I've been on this all day and starting to loose my mind. Here's the thing: no matter the method I choose I can't ask the user for the extended permission publish_stream from my Facebook-connected website since last thursday (it was working perfectly fine before and I made 0 changes to the code s...

ASP.NET Cross-Domain Cookies & Facebook Connect

Hi All, I have a website which i integrate with Facebook (via FBML - JavaScript API). I have setup the application on Facebook as per normal, specifying the "Connect URL" to be the domain of my website. However, my application has multiple bindings in IIS for the same website. Such as: www.bar.com.au foo.com.au The domain...

Error while trying to retrive the username in an iFrame facebook application

hi, I am developing a facebook application with iFrame render method. So in order to display my name, I used serverfbml tags. This is my code: <fb:serverfbml style="width: 760px;"> <script type="text/fbml"> <fb:fbml> <fb:name uid='$user_id' useyou='false'></fb:name> </fb:fbml> </script> </fb:serverf...

connecting all benefit of facebook to iphone

hi sir , hello sir I need help to connect all benefit of Facebook to my iphone.The benefit is publishing story on wall and friends' home page. I done this think .But in 1st I connected with the Facebook and publish the comment go back to the story page or songs page and want to publish the comment on story or song on the wall. Here ...

What data can a web site store if using Facebook for single sign on?

If we use Facebook for single sign on, instead of rolling our own login/registration system, what data are we allowed to keep? Specifically, are we allowed to store (a) user first name and last and (b) user email address? Thanks! ...

Facebook connect integration

I want users to able to sign up in my application(rails) using facebook connect. However I am not very sure what all information of the user will be available ,specifically the email of the user. I know that the emails of the user's friends are not available, but not sure if the email of the user himself is available. ...

post comment on a facebook account using spring-hibernate

hi, i have a problem in here: The administrator has the ability to post the presidential and vice presidential results/vote count updates to a Facebook account pre-configured in the system. ...

change color schema of facebook fb:login-button

I am using facebook social plugin fb:login (new version) and here is my code. <fb:login-button show-faces="true" perms="email,user_birthday,status_update,publish_stream"></fb:login-button> I have a dark back ground in my page, so when user is logged on I can’t see user name as text is dark. So how do i set text color to be white? Tha...

Facebook Query Language - how do I get note tags?

I have poured over the FQL APIs, done google searches - but can't figure out how to get the list of people tagged in a note. It isn't on the 'note' table. And there is no note_tags table. Anyone else worked this out? ...

Facebook Events — can you integrate?

Hello, Could someone please tell me if it is posssible to integrate with Facebook events? to do this: pass some parameters to create an event from an external site -- looks like the API does this send invites to Facebook friends to the new event created via the API. Thanks! ...

FB OAuth 2.0: User has authorized app, but now app wants to request additional perms

Hi, I've implemented a sign-up page where there's a FB login button that users can click to authorize my app and allow me to fetch user details from their FB account. I'm currently also request extra perms via this login button. E.g. <fb:login-button perms="email"></fb:login-button> My question is, if the user refuses to grant my app ...

posting comments to facebook results in "user not visible" error

I am writing a facebook app for iphone, however when I send a request to post a comment I get the following error: failed with error: Error Domain=api.facebook.com Code=210 "User not visible" UserInfo=0x5a986b0 {request_args=( { key = text; value = "Test comment"; }, { key = format; value = XML; }, { key ...

Accesing facebook data via RSS or JSON is possible?

Hello guys, is any way to access the list of links publicated by my friends on facebook via RSS or Json (or any other standard format) ?? What information from my friends feeds on facebook can be access in standard format? (and how) Thanks! ...

How do I implement Facebook Connect alongside OpenID on my website?

Right now I have a website that only accepts OpenIDs. Each user's account is associated with an OpenID identifier. How would I allow users to use Facebook Connect to login? Are there any free, open-source client authentication libraries that abstract away the task of dealing with multiple services? I'm not looking for a service like RPX...

Facebook login for django-socialregistration giving 500 error

I've installed django-socialregistration and the facebook-python-sdk dependency. Ran syncdb (so all the tables are there). I see the Facebook Connect button and when I click on it, I see the FB popup to give permission to my site. However, after that, it goes to www.mysite.com/socialregistration/facebook/login with a 500 Internal Server...

How can I paste img tag into stream.publish method?

I am new in Facebook API, I found only that page about fb.ui http://developers.facebook.com/docs/reference/javascript/FB.ui . I use new connect-js, and when i just place in my text <img src="/sa/asd/asd.jpg" /> slash is escaping to \/. Please help! ...