facebook

Any suggestions for a Ruby on Rails plugin for the new Facebook API?

Apart from the obvious references to facebooker and rfacebook. Mainly for sign-ons and getting basic profile info ...

Facebook infinite redirect loop during authentication

Hello, I am getting an infinite loop in the URL redirect after a user either logs in or is already logged in. The page redirects to the login page if the user is not logged in as expected , but goes in the loop as soon as he enters the credentials. Following is the code: <?php include_once ('facebook.php'); $api_key = 'xxxxxxxxxx...

Facebook Like Button using xfbml in Blogger - Cannot make individual like buttons for each post

I'm trying to put the Facebook Like button using xfbml in my Blogger blog. I want it to display a different button for each post, not the same for all the blog. I've followed the guidelines in this link, among others: http://hitech-tips.blogspot.com/2010/05/facebook-like-button-xfbml-tutorial.html What's happening is that the like butt...

How to authorize Facebook app using redirect in canvas?

I'm trying to get into making Facebook apps but I'm having trouble getting authorization working in a redirect scheme inside the canvas. Using the javascript api, I got it working pretty easily in a popup scheme: $("#loginButton").click(function(e) { FB.login(function(response) { if (response.perms) { perms(); ...

How to create flashing page title effect like facebook?

How to create flashing title effect like facebook? Means, when you are chatting with someone and a new message is received, a title starts to switch between the original title and a message informing user of the arrival of new message giving a flashing effect. Explanation by AdrianoKF Notice the window title cycling between something ...

authenticating user with facebook on iOS without UIWebView

Is there a way to authenticate a user with facebook in the background using id/pass he entered in configuration screen? I mean authentication without the usage of UIWebView, but using some kind of Http client to retrieve auth token (OAuth 2.0 preferably) ...

Problem retrieving data from json output.

Hi, I am a noob when it comes to json. The more I use it, I am starting to like it. I have a output that looks like this [ { "product": { "id": "6", "category": "Books", "created": "2010-04-13 15:15:18", }, "availability": [ { "country": "United...

Facebook Example code from SDK does not work for me, gives unknown error.

I made an app and used the example.php code for it. I didnt change it in any way. It looks alright, but if i click on the login button it gives me a weird error: An error occurred with siapa wajah akatsukimu. Please try again later. I would post the source, but there's no point you can find it online at the sdk. I didnt change anythin...

Facebook Graph. Multiple sites connect to one application.

I am developing a single sign on for my network of websites. I want to integrate this with facebook so it is a one click single sign on. I have set it up with an application such that the user authorizes the app, and then I can post on their wall from http://domain1.com I want to make it possible to also post on the wall through domai...

Wordpress PHP-exec header problem.

Hey guys, I am trying to integrate one of my websites with facebook connect. I have developed the code and it works as expected. I want to integrate the code into a wordpress page utilizing the php-exec plugin to parse php. When i do as can be seen at gua.com/testing it simply does not work. Seemingly the session etc is registered bu...

Search facebook status using Python

I've been looking at facebook API and Python SDK but I'm not sure which is the right tool to use. Can you give me an example of search a word in people status? ...

Facebook error "Missing redirect_uri parameter."

Kohana_Exception [ 0 ]: Error fetching remote https://graph.facebook.com/oauth/access_token?client_id=&amp;client_secret=&amp;code=&amp;redirect_uri=http%3A%2F%2F%2Flogin%3Fmethod%3Dfboauth%26redirect_uri%3Dhttp%253A%252F%252F%252F [ status 400 ] {"error":{"type":"OAuthException","message":"Missing redirect_uri parameter."}} Even though...

Image cropping like facebook

For those that have been on facebook it allows you to upload an image to use as your avatar, and if that image is too large you can drag it around in a container to set the co-ordinates of the crop. Can anyone Help me out to implement this functionality in c# ASP.NET ...

Facebook OAuth2 Logout does not remove fb_ cookie

Hi, This used to work so I'm not sure what went wrong. User is able to login to Facebook just fine. Logging out is the problem. I log the user out by redirecting them to the Facebook logout php script. $facebook->getLogoutUrl(); When the user clicks on that link, they are logged out of the Facebook page. However, when they are directe...

C# HMACSHA256 Problem - Matching Facebook Signed Request Implementation

Hi Everyone, I thought I would try and get the new Signed Request logic added to my facebook canvas application, to make this "easy" on myself I went to the facebook PHP sdk over at GitHub and took a look at the unit tests. http://github.com/facebook/php-sdk/blob/master/tests/tests.php My actual problem is that I cannot get the hash...

Is there a hook for denied facebook app requests?

i'm trying to design a module that lets people on my site invite their friends from FB. Handling accepted requests is easy. But i need to know if there's some way i can know if someone rejected/ignored it. Any ideas? ...

Face book connect is not working.

Hi All, I have integrated Facebook connect in my iphone application. when user clicks on a button i am calling a method which has the following code. session1 = [[FBSession sessionForApplication:kApiKey secret:kApiSecret delegate:self] retain]; dialog = [[[FBLoginDialog alloc] initWithSession:session1] autorelease]; [dialog show]; w...

iPhone contact's image

I would like to make frequently changes for the contact's image on the iPhone. This app: Photo Phonebook, did it with facebook profile pictures. In the app, there are automatics updates of contact's image: Next time a Facebook friend calls, their Facebook photo appears on your iPhone. It also appears in the address book. When your ...

check for extended permissions with new facebook javascript sdk

is there a way to check in my application (canvas) if the user has extended permission (for example "stream.publish")? i only can find a solution for the old sdk. thanks! ...

How to validate XHTML page that using fb:comments ,xid and <div href>?

I'm actually gettings these errors and I cannot let them fixed. I need some help. I can't found anything on Google, sorry. there is no attribute "href" <div id="audio" href="http://domain.com/mp3/Green Day - A Quick One While Hes… there is no attribute "xid" <div style="margin: 0px 100px;"><fb:comments xid="music52"></fb:comments></...