facebook

Authlogic Facebook Connect/Twitter oAuth helper issues

I am a complete newbie to the world of Ruby & Rails moving from the land of PHP & Symfony. I'm currently attempting to setup the Facebook Connect plugin & Twitter oAuth for authlogic. Authlogic works no problem but both of the others fail when I attempt to call their buttons- can someone tell me where I'm going wrong? I've put the stack ...

Facebook: I need to get the last posts of a group?

Hi, I have a group in facebook, and I want to build something like the fanbox in which I get the last posts and users that have collaborated in the group. I have to program in .NET, and I have not found any info about all this. I have seen info about applications but I think this is not what I need. Could you recommend some example...

Facebook Connect - Show/Hide login button

I reference this questions: Show Hide Login Button Basically I've used the answer in this question to handle the show/hide the facebook login button, however when I go to different pages, the original login button shows up, then realizes I'm logged in and switches to my profile picture. Basically there's like a small delay happening. ...

Post status to Facebook profile without Facebook modal window using ASP.NET

I'm trying to work with Facebook in my ASP.NET site where I have a logged in user of my site enter in text in a box for their status on my site. I want them to be able to push that status to FB as well per their permission. I did it using simple Facebook Connect JS code but I want to get the info in .NET and push it that way. I'm not act...

how to get the text inputted into a fb:friend-selector

I want to get the text from an fb:friend-selector even if a friend was not selected, how cna I do this? So for example if someone enters someone who is not a friend, I want to be able to get that data. The form is submitted to my server and not facebook's ...

Facebook Connect Examples - Connect.registerUsers and login/logout processes

I'm looking for example PHP code (preferably using the FB PHP library) that does the following: Let my website connect to my FB account when i log into FB connect. Store my facebook credentials (email hash and FBID?) locally Log me out of Facebook connect when I log out of my website Automatically log me back into FB connect without th...

Unknown Error in Facebook Apps. when get user info.

The problem is.. that when I try to login the user and then get the user info, I get error from Facebook API. with error code: 1 The same code works for one server, but not another one. THe config and everything are the same, except the non-working one is hosted at RackSpace cloud environment. I don't know if that's the cuase. Informa...

FBML and HTMLParser error

The below code: <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xml:lang="en" lang="en"> <head> <title>FB Test</title> </head> <body> <a href="#" onclick="FB.Connect.inviteConnectUsers();">Test</a> <fb:serverfbml style="width: 350px;"> <script type="text/fbml"> ...

When to use facebook.Connect.registerUsers()

I think I have this correct, but the developer documentation has me slightly concerned, I guess I'm looking for some confirmation from someone that's used the method before. My impression was that it was for linking my foo.com account to my Facebook account. This method is used to create an association between an existing user a...

Facebook Developer Toolkit applications - deprecated template bundles

On this page: http://developers.facebook.com/tools.php?feed I read, today: Facebook will deprecate template bundles and their related API calls December 20, 2009. Please start using stream attachments with stream.publish, FB.Connect.streamPublish, and Facebook.streamPublish instead. Do anyone have an idea if there is a...

Does facebook fql contain the sql like operator?

Hi all, I am building a small facebook app. Trying to search for values in an auto compelte manner. Is it possible to use sql's like operator in fql? ...

Can I set a users profile image using the Facebook API?

I'm looking for a user.setImage call or something to that effect on the Facebook API but I can't see anything to achieve this: specifically to overwrite a user's profile image (not just post an image on their wall). I can't see anything in the docs. Do you know if this is possible and if so any docs on implementating it? Thanks, Jame...

How can I scrape the number of fans for my facebook app?

I just want a simple a way to grab the number of fans. I can do this on the serverside with python preferably. I'm open to doing it with a piece of the javascript api. This is for an edge case. I want to essentially have a fanbox as http://wiki.developers.facebook.com/index.php/Fan_Box: <div id="facebook-fanbox" class="span-5 last">...

How to get pageId for pages the facebook user is an admin of? Using facebook connect.

The user authenticates using Facebook Connect and once that's done I want to retrieve the pageIds for the pages he is a fan of. Once that's done; I want to publish something to the wall of that facebook page. I found methods describing how to publish to a page in the facebook documentation; but those methods require a pageId variable. ...

How to get Facebook infinite session key right after offline_access is granted using Facebook Developer Toolkit

I'm using the 3.0 version of the Facebook Developer Toolkit to build an MVC iframe Facebook app, and having some trouble getting the infinite session key immediately after it is granted. When the user first hits my application settings View to set their preferences, they just have the usual expiring session key from Facebook. No proble...

Is it a bad idea to auto generate javascript code from the server?

I'm developing a facebook app right now all by my lonesome. I'm attempting to make a javascript call on an onclick event. In this onclick event, I'm populating some arguments (from the server side in php) based on that item that is being linked. I'm inserting a little bit of JSON and some other stuff with funky characters. Facebook expe...

chatroom like facebook

how does facebook create a real time popout chatroom when somebody like a friend sends you a chat message? ...

How do I get the UserVoice Feedback Tab to display on a Facebook app page using FBML?

I have a Facebook application that is using FBML and I want to include the UserVoice feedback tab widget on my app's pages. I copied and pasted the JavaScript into my FBML page, but when Facebook renders the page, that JavaScript is removed, so the tab doesn't show up. Does anyone have experience with Facebook's modified version of Java...

Facebook - Maximum iframe width?

Is there a maximum width an iframe Facebook application can be? ...

Fb:share-button with json attachment?

I've got some code right now that reliably produces the json I need formatted just the way I like it for my facebook app's streamPublish FBJS call. Now I'm playing with facebook.connect and I would like to just reuse the same json . I noticed the XFBML tag: <fb:share-button> while exploring facebook.connect, and thought that this woul...