facebook

Adding my application to my users' list of filters

Recently, I noticed that several apps I use on facebook had also become filters - i.e., they were listed among my other newsfeed filters and clicking on one of them only showed me messages posted by users from within that app. I'd like to add this capability to my own application. Does can anyone tell me where this is documented? ...

What is the API for facebook 'profile stream' aka Wall posts?

Is there an API call, and if so, which call to get the 'posts to my wall from myself and others' on Facebook? It seems like it could be filtered out of the facebook stream API, but it's not clear how that works to me. This link seems to imply it's possible: http://developers.facebook.com/news.php?blog=1&story=225 Thanks! ...

Obtaining a user's log in state for a Facebook Iframe App

When creating a facebook iframe app, facebook passes parameters to the application as GET parameters. Within the query string is a field called fb_sig which as a unique signature that only facebook can create. The problem I am having is that I can easily copy the query string append it to my application url and access the application f...

Facebook App vs. Facebook Connect site

I'm reading Facebook's documentation so I can figure out how to enable Facebook Connect on my site. What confuses me is which parts apply to Facebook applications and Facebook Connect, because I'll be reading along, thinking I'm learning about Facebook Connect, but then I'll reach a section that mentions Facebook applications. For exampl...

facebook application update

Hi, I developed a simple application on Facebook using PHP and I want to know how the people can add this application, and after adding the application a update is generated (e.g vipin join this application). Thanks ...

Facebook API call with email to return UID

I'm trying to do a simple API call with facebook, with a user-given email to return their uid. Do I really need to auth them before this call is made? Thanks! :) I'm not doing anything else with the UID besides displaying to the user, which is why I don't really think it's worth authenticating them. ...

How to pass fb_sig_session_key to Facebook Connect?

Hi, I want to get a "permanent" session, i.e. in my app i ask the user for permission for offline_access FB.Connect.showPermissionDialog("offline_access"); In the POST url I get the fb_sig_session_key, and I understand that all i need to do now is to use this fb_sig_session_key, and the user would not need to login with user/password...

Iframe Size problem in facebook iframe application

Hi, I have an iframe application which works fine but the issue comes when the content of iframe is large the text appears to be cut down. I registered the application as iframe and set as resizable. I have applied the following code but nothing seems to work <div id="FB_HiddenIFrameContainer" style="display:none; position:absolute; ...

facebook quiz development

hi i want to make a quiz application on facebook using php ( the concept is after every question there is a next button by we reach to the next question ) how can i applied any transition effect (like in jquery) ...

Resizable Iframe for facebook iframe applications

I have an iframe application build up on php. I have set iframe size as resizable. There is a problem the display is not proper if the content is too large. I have applied the code available on http://wiki.developers.facebook.com/index.php/Resizable_IFrame My xd_receiver.htm file is inside my templates folder where my php files are ...

How can I use Facebook Connect with Google App Engine without using Django?

I'm developing on the Google App Engine and I would like to integrate Facebook Connect into my site as a means for registering and authenticating. In the past, I relied on Google's Accounts API for user registration. I'm trying to use Google's webapp framework instead of Django but it seems that all the resources regarding Facebook conne...

Which .Net library/project for facebook?

Which library/project is currently usable for creating Facebook applications? This is a followup to this question, where it seems like the projects mentioned in the original question have been abandoned. ...

Facebook current UID with FQL

How can i get my current UID with FQL.. i want to save traffic and requests with getting the the friends of a user with fql.multiquery "query1": GET NEED MY USERID "query2":"SELECT uid, first_name, last_name FROM user WHERE uid IN (SELECT uid2 FROM friend WHERE uid1=MYUSERID) order by first_name" should return my friends! getting user...

jquery's ajax not working in facebook apps

Hi, I am trying to create a facebook application, all is working fine except the ajax part that I am using to populate a second box from the item selected in first select box. I am using jquery (v1.3.2) for accomplishing this. This ajax is working absolutely fine on the host where I have taken space for it, but it is not working in fac...

fetch email of a friend in facebook app

Hi all, How do I fetch the email of my friend programmatically in my facebook applicaiton. Does facebook provide this functionality,,? Please shed some light on this... Thanks ...

Comment functionality in facebook iframe application

Hi, i have a iframe application. I want to provide comment functionality to it. How can i achieve this please guide me. Thanks ...

Database Down error while posting a comment through comment box in facebook iframe application

Hi, I have an iframe application. I have comment box functionality. It is displayed well but the problem comes when i click on post iam getting this error: Database Down Sorry, a temporary error has occurred. Please try again. How can i resolve this please help me on this? ...

How to retrieve forums and messages in a group with the Facebook API?

I started to play with .net Facebook API on a desktop app. I would like to do a simple reader of secret group forums. Does anyone know if it's possible to retrieve it? I found a way to post comments, but retrieving comments needs xid ad filter and I'm not even sure if it's the right API. Any suggestions welcomed. ...

Facebook Application made using cakephp is very slow

I have created a facebook application in cakephp. This application is very very slow as compared to other apps. What shall I do to increase it's speed.? Please suggest something as this issue is driving me nuts.. :-( thanks ...

facebook comment box for iframe application

Hi, I have created an iframe facebook application. I want to use the facebook's comments functionality in this app. A user should be able to comment from my facebook applcation to facebook. It should be posted to wall also. I have tried to implement through fb:comment tag but the issue is that sometimes it is not rendered and when it ...