facebook

Devise : Using Devise Oauth info for facebook interactions.

I have gotten Oauth working with Devise and my users are happily logging in using their Facebook accounts. I would like to allow the users to "like" certain things on my site and post stuff back to their profiles. How do I do that using the information I have (seemingly only an encrypted_password and password_salt)? ...

How to post an YouTube Video link through Facebook Graph API

Specifically what I'm looking for is the embedded video player functionality you would receive if you had just manually shared a YouTube video but done programmatically through the Graph API. ...

Problem obtaing profile pictures from Facebook Graph API

Hey! Have gotten the foundation in place, but now, finding myself wanting to play around with my application's user's profile pictures; I'm stumped....and have been for quite some hours... Firstly, my oauth_token / access_token is obtained, using the official (though Alpha ;-) Facebook C# SDK and only utilize the Graph API. FBap...

Facebook offline wall post action link is not working.....

Hi i created a new application in facebook with offline access permission. Application is working fine when i posting the wall information action link parameter is not shown How to solve it.... And one more question when i post information some of the id's were not posted, exception error handling shows the message: FacebookErrorRespon...

Replace facebook dialog with custom dialog in android

Hi , I am trying to run example of facebook android sdk , in that i have run stream example to fetch the data from facebook. Now hen ever i click on "fconnect" button to log in into facebook i am getting following dialog box so is it possible to replace this dialog box with following to make it simple ??? ...

FBML fb:tabs problems

I got a problem while developing my first facebook api, I am using fb:tabs in my api. But I got some problems. <div> <fb:serverfbml style="width: 650px;"> <script type="text/fbml"> <fb:fbml> <fb:tabs> <fb:tab-item href="http://apps.facebook.com/myapi/invite...

fb:swf is coming up white after image click

Hi hope someone can explain what is wrong with this code as the files work fine. the image loads then i click it and guess what i get a white screen I've been trying loads of forums and stuff can someone point out for what reason this can be happening. <fb:swf swfsrc='http://www.magro.com.mt/savinafacebookfanpage/dock_purchased/DockG...

How to create a java class for a JSON string where keys are variable?

The response array ( 0 => array ( 'time_start' => 1252652400, 'time_stop' => 1252911600, 'stats' => array ( 6002306163363 => array ( 'id' => 6002306163363, 'impressions' => '6713', 'clicks' => '7', 'spent' => '593', 'actions' => '1', ...

Can't get email address using facebook sdk for IOS and graph api for facebook

Hello, I am trying to get the email address from a user. He logs in, I ask permission to access email and he chooses ok. Then I use the graph API from facebook to access the email address. - (void) fbDidLogin { btnLogin.isLoggedIn = TRUE; [btnLogin updateImage]; NSString *theURL = [ [NSString stringWithFormat: @"https://...

Upload image to facebook fan page using API

I am trying to upload an image through my application with Facebook Graph API to an album of my fan page. Although I provide the albumID like a parameter for uploading the image, it is uploaded in an album named APPLICATION_NAME Photos on my own profile. The album of the fan page stays empty. I tried also with sending the pageID of my fa...

[Facebook] Is it possible to create a program that retrieve photos' tagged names?

I think I should first mention that I have never worked with anything that has to do with Facebook before. I should also mention that I'm using .NET. My question is: Is it possible to access the name tags of photos in Facebook (given a specific member's name) ? What are some good resources on the subject (starting with the basics..)?...

How do I set locale for FBML on old Facebook Connect api?

A website I am working on has to use the Facebook Connect "Old JavaScript Client Library" API (the new "JavaScript SDK" has not yet implemented all the features we need). Additionally, we need to have support for multiple languages. I know that when using the new API, you may specify a locale when you initialize FB Connect (like so): <...

How do i retreive the url of an image uploaded via facebook's graph api

hey guys, I've successfully uploaded an image to user's album using the following code: $ch = curl_init(); $url = 'https://graph.facebook.com/'.$uid.'/photos?access_token='.$token; curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_HEADER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_s...

Drawing a graphical representation or graph of links between friends

Hi folks, I am looking out for a open source API(preferably in PHP) through which I can draw a graphical representation or a graphical structure to represent the network of friends in Facebook(Nodes being the friends). Any of you have come across this before? Any help would be highly appreciated. Thanks, J ...

how to get user's facebook profile pic via fbconnect in my app iphone ?

how to get user's facebook profile pic via fbconnect in my app iphone ? ...

Customised the facebook friends invite email format in openinviter

Hello All, I am developing a web application on joomla cms. In which i am using open inviter for send invitation to Gmail , AOL and Facebook ID. Gmail and AOL receiver get mail in proper html format which i am sending. like this But for facebook account same mail displaying like this It is showing html format in html code. Can ...

facebook social game signup and logon design

Hi, we are migrating an existing multiplayer game to be a facebook oriented. the game has flex client side, .NET server and a WCF comunication. I'm currently checking the follwing tasks: FacebookSignUp() method: I would like to create a facebook specific signup() for all facebook users. this method should automatically generate a ne...

Facebook notification system: Is it polling?

Notification when the user first login, not so hard, just require a database scan, I can deal with that. However, when a friend send a request or comment on profile X, a notification is sent, and almost immediately receive on the other end even when the user X not making any request. Is it polling? Does not feel like it, since the page n...

showing web pages on facebook

I want to develop Facebook pages and tabs like the following where i can pull data from my web site. http://www.facebook.com/AppStore?v=app_133863019976324&amp;ref=ts and http://www.facebook.com/Savings?v=app_4949752878 Thanks in advance for help. ...

Facebook fan page tab views

I am looking for a way to capture facebook fan page tab views metrics, where i can specify the date range ...