facebook

How to get the list of friend_request using facebook API

Hi all, How to get the list of friend_request using facebook API. For example, user A,has logged in. Use B send request of adding friends to A Now, I want to get the friend_request of user A, how to do? May the facebook graph API could not support the operate, yes or not? At the same time, I would like to use FQL as below, SELECT ui...

complex group by mysql query

I have a table with the following rows: id. user_id, type - link 1. 555, image - http://1 2. 555, image - http://2 3. 654, image - http://3 4. 245, video - http://.. 5. 555, image - http://.. 6. 878, text - http://.. I want to group the type (image) by date, so they show as single row. In this example, the first two images ...

Asking for Permissions before user accesses application

Hi, I'm a little stuck at the moment. I'm trying to figure out how to ask for permissions before a user access the application. I know how to ask for permissions upon a click, but I'd like to do the same as what Zynga do so when a user goes to apps.facebook.com/myapp the first thing it will do is ask for permissions. How can I do that...

What to do when a user logs out of Facebook but is still logged-in on my site

I have a website which users can sign up to using Facebook Connect (with the new OAuth 2.0 stuff). Now when a user logs out of Facebook they remain logged-in on my site. I'm not using the JavaScript SDK as I don't like the "magic behind the curtains". So what should I do when a user logs out of Facebook? Should I care at all? I get the ...

Facebook: Graph API java library

Who knows a good Java library for using Facebook's graph API? ...

Facebook like box "Open Graph type" error

I get this error: You supplied an Open Graph type via one of the supported meta tags, but the type you specified "link" is not valid. when I try to click like on a like box created for this page id: 159862427014 ...

Get data from a facebook page wall or group wall for use on personal website

Hi! I want to connect to public facebook page or group and list all entries from the wall on a personal website. I will use PHP on my server so that would be the best solution for me. Or javascript. Could anyone explain or perhaps give a working code on how to do this? Or just all steps nessesary for making this? If its possible to han...

Facebook Base-Layout .css?

Hi there, i was wondering if I can simulate the Facebook FBML render on my local maschine. For the first step the css rendering for h1, p, a etc. would be enough. thanks ...

Facebook App, Ajax, and Internet Explorer

I have been playing around with facebook for the past few days and have written a simple app that asks the user a question about a random friend. I am using ajax to change the question and I though I had it working until I tried it in Internet Explorer. Please bare with my code since I am learning :-D This work perfect in Firefox and C...

What is a good django library for logging in users with Twitter, Facebook or an OpenID provider?

I want to create an application that allows a user to register and login to a django application with an external provider. In addition, I then want the user to be able to associate additional accounts with that initial account. Finally, I would like the user to be able to login to the application with one of the other associated account...

How to build facebook's scribe?

Hi All, I just downloaded the source code of facebook's scribe. I'm new to it and having read the readme.build file , I can say I could barely understand how to build it. Could anyone give me the step by step procedures? thanks... :) ...

Creating a facebook application error

Hi, Is any one getting the following error "Sorry, an error has occurred. We're working on getting this fixed as soon as we can." when trying to create an facebook application ? ...

Graph API - get the Friends of my friend.

Hi, I am trying to do a very basic thing with the new Graph API. I already know how to get my friends: "https://graph.facebook.com/me/friends?access_token=4333ed34d..." but if i have a friend who's ID is 123456, then i want to get his friends : "https://graph.facebook.com/123456/friends?access_token=4333ed34d..." but i get an exceptio...

Problem FaceBook application does not publish on the wall

First clarify that goes wrong on my server connection with FaceBook I can usually write things on the application. To start I decided to make one of phrases, sentences are like 6 random test and works well. I think the problem is that the function to publish on the wall and does not work, if I look at the Firefox Error Console fails Th...

facebook login button

Using facebook's fbml login button is it possible to use custom login/logout images?? ...

Does the mime-type of the Facebook Graph API cause an error on IE8?

Strangly on IE8 when I log into the documentation of the Graph API of Facebook and click on any of the exemple link it ask me to download a file. http://developers.facebook.com/docs/api I tried on differents computer (Windows 7). It works fine on Firefox and Chrome. Does it do the same for all of you? EDIT: See my comment to view the...

Authlogic with facebook connect

I have successfully integrated facebook connect in my rails app with authlogic. The problem is that if try to update the profile details of the facebook user there is a validation error that the password field cannot be blank. To solve the above issue, I added following to the User model. before_validation :update_authlogic_config ...

I have tried to login to facebook via curl,

I have successfully logged into facebook in this manner but cannot seem to keep the facebook logged in as soon as you click anything in facebook it redirects you to the login page. I pondered this + thought that it was due to the fact that curl was using the cookie + not the browser, thus when you click you are un - authenticated. is t...

DO I need to create a custom authentication provider for facebook connect + spring security in grails?

Do I need to write a custom authentication provider to use facebook connect with account registration + authorization for the Spring Security plugin in Grails? I am trying to offer the traditional application registration with facebook connect in a grails dev app using Spring Security. Does this make sense? Any ideas? ...

Hotlinked images and FBML

I am creating an custom facebook page using FBML. I use custom data for my content in the share buttons. I am having trouble with the thumbnail images. I have not been able to determine the problem. I will hotlink an image from one site, the thumbnail won't work. I will hotlink an image from another site and the thumbnail works. I try ...