facebook

fbconnect iphone : i want to login every time. how to do that ?

Hi, i am using fbconnect in my iphone application to post on my wall. i want to login every time. how to do that ? currently if i login to facebook in my application once. it does not asks me for login next time... how to do that ? ...

Why doesnt the query work?

I want to find the name, pic and page_url of the pages which installed my application. So I created this query: SELECT pic, name, page_url FROM page WHERE page_id IN (SELECT page_id FROM page WHERE has_added_app = 1) What's wrong? I understood that the "WHERE" has to be with indexable parameters - "page_id" is indexable parameter but...

PHP decode nested JSON

I've a nested JSON code as (it's actually my facebook status updates) { "data": [ { "id": "1290561400000000", "from": { "name": "My name", "id": "500920000" }, "message": "Message body", "updated_time": "2010-08-24T08:22:13+0000", "comments": { ...

Get Facebook events with Python

Any suggestions on how to get events from Facebook connected to a user in JSON with Python? All documentation seems to be directed against building Facebook applications. My goal is to show an events listing on a web page. ...

facebook app cookie not set to new session data when $_REQUEST session is present

My app authenticates just fine. The problem comes when a different user logs in to the same browser. The first page the new user lands everything is ok (the $_REQUEST parameters are still present in the iframes url). Once however they click on a link it reverts back to the cookie and it appears as though they are logged in as the previo...

facebook social plugins- recent activity

is there a plugin to list recent wall activity on a facebook fan page- Something like http://developers.facebook.com/docs/reference/plugins/activity but for page wall posts? do i have to drop dwon into the graph api? ...

I'm confused about OAuth / Facebook process...

Hi I've followed the instructions on http://developers.facebook.com/docs/api#authorization using the standard PHP library. Everything works fine until it redirects to my site. I'm not sure what I'm meant to be doing here! When the redirection occurs, I can see the key facebook talks about that I use to request an OAuth token in the URL....

Integrating Facebook Connect with a Web Page

Hello, I have a web page that I want to integrate Facebook into. I want to display the "Connect with Facebook" button (note: NOT the "Login with Facebook" button). For the life of me, I cannot find any documentation on the Facebook developer site regarding this. Has the "Connect with Facebook" button been deprecated? I have used it bef...

FB Connect - Login button not clickable

Hey, On my site the fb connect login button suddenly became unclickable, I have no idea what I did http://www.belginfish.com/mp3/ (top right) If anyone has any idea that would be excellent! ...

Facebook replies empty array on API call for posts

Hello, I have a problem with API call on Facebook Graph API. This API call (with the php-sdk): $posts = $facebook->api('/me/posts?since=2010-1-1&until=2010-3-31T23:59:59'); returns empty array, that looks like this using var_dump : { ["data"]=> array(0) { } } If I modify the call like this: $posts = $facebook->api('/me/posts?since=...

GET Facebook Page Fans

I'm trying to get a list of all my Facebook Page Fans. All I can get from FQL is the total amount of fans for my facebook page. I can't know WHO my fans are? I have tried this: https://graph.facebook.com/somepage Anyone with an idea of how to know WHO my fans are? I.e. list the User IDs of all my fans for a specific page? I also kn...

graph.facebook.com and FacebookConnect on iPhone: How can I remove a "like"

I'm developing an iPhone application using the Facebook Connect APIs I arrived to set the "Like" on a post using the following code, NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"https://graph.facebook.com/%@/likes", discussion.postId]]; ASIFormDataRequest *request = [ASIFormDataRequest requestWithURL:url]; [request set...

GET number of "mentions" on Facebook

Can I get how many times a certain "keyword" or "name" has been mentioned on Facebook? ...

Get page list and users list from my app after the register

Hello everyone! When the user add my application or page install my application -> my db (external db.. not in FB) will save the ID and the ACCESS_TOKEN of this user/page. can I do somthing like that? another thing - if I cant do it ^ - How can I get a list of all of the pages which installed my application? I guess I have to use in F...

Add iframe to facebook fan page without onClick method

Is there a way to add an iframe to a facebook page without having to do the onClick functionality? Right now I am using this code and it works fine except you have to click the link to make it show the iframe? <!-- Start iframe CODE --> Like me to show the iFrame link! <fb:visible-to-connection> <a onClick=...

Specify privacy when POSTing to Facebook Graph API

I want to automatically post Notes on Facebook and have them be targeted to just a single member of a group. By target I mean only a specific Facebook user should be able to read the note. Is there a way to do this with the graph API? I see in the old REST API there is a "privacy" parameter on the steam.publish method (see http://deve...

Android facebook SDK doing error java.lang.NoClassDefFoundError‎

Hi all, I have just downloaded the facebook SDK from http://github.com/facebook/facebook-android-sdk I unpack it from git and opened Eclipse. I then created a new project using existing source and selected the facebook directory. So the sdk project came up correctly (i think). Then I created a new project again using existing source and...

how to edit album/photo description in facebook??

i create app based ruby on rails i'm using fb_graph gem wheter possible to edit message in album or photo?? how? thx ...

Hide the facebook counter

Possible Duplicate: Facebook like button disable the count. I am using the Facebook like button on my website. I want to hide the Facebook like counter from the end user. I added the facebook like button by using the iframe. Thanks in advanced. ...

how to authenticate my facebook page?

i registered my app and i got client_id,secret_id,etc.. (http://developers.facebook.com/setup/) i had already authenticate my app in my facebook account i created new page in facebook ( http://www.facebook.com/pages/create.php ) how to authenticate my app on the page which I had created? thx.. ...