facebook

Sort fans of a facebook page by join date

I can't seem to find a way to find out the chronological order specific users 'liked' a page. The main purpose would be to award lets say the 5000th user that joined "my" page. However, as much data as possible is also beneficial - be it acquired via standard means (via facebook site), or the facebook API (which I currently know nothing ...

Custom skin for facebook like button

Is there an (easy) way to customise the look of the facebook like button implemented via fbml? I am pretty sure I saw this somewhere, but I cant remember where and I cant find any documentation on this. ...

Facebook new API still require xdreceiver?

In old API the init function required path to xdreceiver and now i see it disapeared from docs. I thought the xdreceiver is for seting cookies in your domain from facebook, but how it's working now? ...

Facebook data storage policy clarification

I want to create a "Login through Facebook" on a website using Graph API like Stack Overflow does. Once you login to StackOverflow through Facebook for the first time ( If you have an account in Stack Overflow using the email address same as the Facebook email, stack overflow will log you in to that account ) it will create an account f...

Aggregating and displaying facebook and twitter status updates on Coldfusion Page

Hello All, As an experiment I'd like to set up a coldfusion page that will pull and display the status updates from my own facebook account and twitter accounts that fall within an input date range; similar to tools like http://orsiso.com/ http://www.threadsy.com/ and http://www.davidcramer.net/lifestream I assume this will involv...

An open source Facebook app. for a valid cause :)

Hello all, I own a couple of pages against Child abuse and now I'm developing a Facebook application for fighting against Child Abuse. I'm somewhat a newbie, and I found many wonderful resources on the net, however, I don't seem to find what I really want. I know to build a basic app that accesses a user's basic information(using fb_si...

facebook canvas pages, fbml and javascript

I have a game that i have built for facebook in flash, but I have built a wrapper for it in html. I would like a JavaScript league table that once the user completed the game their score is sent to the db The thing I would like- as soon as the game finishes the leage table is updated through javascript calls.. is this possible on fb ca...

Pulling facebook and twitter status updates into a SQL database via Coldfusion Page

Hello All, I'd like to set up a coldfusion page that will pull the status updates from my own facebook account and twitter accounts and put them in a SQL database along with their timestamps. Whenever I run this page it should only grab information after the most recent time stamp it already has within the database. I'm hoping this wo...

Why would Facebook OAuth token suddenly become invalid?

I'm using Facebook's PHP SDK, and it's been great so far. However, I have a weird issue on one page. On this page, I make a call to the graph API, then later a call using FQL. On the second call, however, I get an "Invalid OAuth 2.0 Access Token" exception. Why would the token become invalid while the first call worked? I also use FQL (s...

Webpage integration with newest versions of Facebook and Twitter; need to use PHP?

Hello All, As a test I am trying to create the simplest webpage where I can type a short post and have it simultaneously update my twitter account status and my facebook status. I also want to be able to read and display past statuses on this page as well. So basically I am trying to code the simplest example that can push and pull wi...

FB Like button in emails?

Does the FB Like button work in email newsletters? Or will this only be used for a website? A friend was asking me if you can put these in an email, and like the email (putting any URL in of course) will it work correctly as it would on a website? Would the information be updated if Person A opened email, liked the email, then Person B ...

Placing fb:comments in an fb:dialog

I have a Facebook comment button a user can click on to comment on some content. My intention is for the button to open an fb:dialog that contains fb:comments markup so they can leave a comment. Below is my attempt: <fb:dialog id="comments_home"> <fb:dialog-title>Home Comments</fb:dialog-title> <fb:dialog-content> <div>...

fbconnect facebook iphone sdk

Hi all I would like to make a button in order the user to be able to connect and join a group i have created in facebook...is this possible with fbconnect could you please give a tutorial or something? ...

OLD REST API Facebook, doubt

Hi, I'm developing an FB app for my device. I'm using restServer.php for using REST APIS. I'm able to get accessToken, sessionKey using posting parameters n all. I have one issue, that the access token which i get using http://api.facebook.com/restServer.php, can i use with http://api.facebook.com/method/methodName?acessToken=...... Ple...

Facebook credits API / Facebook payment API

Facebook has credits / payment feature, but I can't seem to find a payment API. How does my app give out credits or receives credits from its users? ...

facebook tab fbml and dynamic content

Per the new profile/fan page tab rule that eliminates the iFrame option, is there a way to dynamically generate content for a given tab? I've seen methods that wrap a canvas app (but requires a user to click to load content), but I want to show updated content thats managed on my servers. I thought you could also update the FBML using th...

$facebook->get_loggedin_user() returns ID even when logged out

What's causing this and what can I do to prevent it? I've seen a hack for solving this described here, but I'm wondering if there's a solution that actually gets to the root of the problem. ...

facebook set_status facebook api

I have $facebook->api_client->status_set('is the Eagle has landed.',''); as part of a test page, and i get errors Call to undefined method FacebookRestClient::status_set() please help, thank you ...

iPhone Facebook Graph API question

So, I have the facebook graph API implemented and it is working just fine. What I am trying to do now is to post a small UIAlertView as soon as the wall post is successful telling the user that their information actually WAS uploaded to facebook. My code connected to the "Post to Facebook" button is: -(IBAction)pressedPost { NSString ...

Facebook Get User ID From Application Tab

Hello! Facebook apps are allowed to have a tab that a user can add to his profile's tabs if he wants. How can I get the uid or otherwise identify the currently logged in user in order to customize the layout for him please? Thank you. ...