facebook

How to get the name of a Facebook friend?

Hi, I'm just playing around with the Facebook API in C# (Windows Form App), and I'm struggling to figure out how to get the name of a selected friend. I already have the uid for that friend using the following code: IList<long> myFreinds = fs.Friends.Get(); for (int i = 0; i < myFreinds.Count; i++) { string friendName = ""; //this i...

Facebook File Upload Using Ajax

Hi All Is it possible to upload file in facebook fbml (not iframe) using Ajax ? not a complicated one but just use simple input type="file" tag wrap in a form and post the from using facebook builtin ajax. If can, then how to accept it in server ? I'm using rails facebooker as my backend and paperclip plugin as my file upload system. T...

Facebook Objective-C Chat API

I am looking for a Facebook Chat API on Objective-C. I have found one for Ruby (coderrr.wordpress.com/2008/05/06/facebook-chat-api/) and have noticed that software like Adium use it. So what I would like to know is how I could make/find a working Framework for the FB Chat. Thanks, Alexandre ...

sending mail using proxied_email of facebook

hi.. i'm using facebook class in my website. when user logged in using facebook account, i want send a welcome msg through mail. so how can i send mail to currently logged in user? ...

Facebook connect displaying invite friends dialog and closing on completion

I'm trying to create a Facebook Connect application that displays a friend invite dialog within the page using Facebook's Javascript API (through a FBMLPopupDialog). The trouble is to display a friend invite dialog you use a multi-friend form which requires an action="url" attribute that represents the URL to redirect your page to when...

Resizing Facebook Connect login pop up window

Hi. Is it possible to resize the login pop-up window that shows up after clicking on a facebook login button? I am able to connect and logout completely from Facebook but what i need right now is to make the login pop-up window a little bigger than how it is being shown. I am using FB.Connect.requireSession in connecting to facebook afte...

Does a Facebook wrapper class written in PHP exist? like Twitter wrapper class written in PHP.

Where can i get a similiar http://code.google.com/p/php-twitter/ class for facebook? The above class is very easy if i need to update my status on twitter i just do $twitter->updatestatus("blabla"); i need a similiar class for facebook where can i get it? ...

Facebook API + php, photos.upload() not working?

I've set up a Facebook application, I've requested the extended permissions and now I'm trying to upload a photo but it doesn't work! I've tried everything, from $facebook->api_client->photos_upload('photo/789165784.jpg'); To $facebook->api_client->photos_upload('photo/789165784.jpg', NULL, 'My photo', 100000287894654); I'm beginn...

Is there a way to insert an @mention into a Facebook status update posted with pyfacebook?

I have some code like the following in my application: message = "Hi, @John Doe!" postID = fb.stream.publish( message = loader.render_to_string('wall_post.phtml', {'message':message}), action_links = simplejson.dumps([{'text': "Check out blah", 'href': "http://blah.dev"}]), target_id = 'nf' ) Is there any way to represent ...

How to post sheduled posts on my friends wall in facebook

Hi, I want to post updates or messages about my application to my friends .How to post updates or messages on friends wall at specified time interval. Thanks in advance... ...

Facebook: Is it possible to publish to a user's stream as if from the application itself?

Using stream.publish, I've tried the above by passing the application's id as the "uid" parameter, but it always gives me a "Permissions Error". I've ensured that the extended permissions for "publish_stream" are set to allow, but it still gives me this error. Is it possible to make posts appear as if they came from the application? ...

Facebook Connect Publish Stream JS Help

My site allow users to login via Facebook Connect and also allows them to update a status field our site. I want to include a checkbox below the status update field that will allow them to post this update to their Facebook profile as well if they so choose. In order to do this I need the user to grant our application permissions to post...

Facebook authentication script from ASP to PHP

Im trying to convert the code below to a php version, if anyone can help thanks. private bool IsValidFacebookSignature() { //keys must remain in alphabetical order string[] keyArray = { "expires", "session_key", "ss", "user" }; string signature = ""; foreach (string key in keyArray) signa...

Flicking through pages / photos with UIImageViews (similar to Facebook photos app or home screen)

Hello, First of all, I'd like to point out that I'm not asking for code. I'm just asking for the sort of things I'd need to do to get this to work, as right now I've absolutely no idea. Here's what I want to do: Similar to viewing someone's photos in the Facebook app, I'd like to display an image (UIImageView) on the screen. When the u...

Generate the facebook signature using my applications secret key?

When you build a website with "facebook connect" and you log into facebook with your username and password, facebook then sets a session on your website. In that session is a generated "signature" This signature is created by combining the data of your "application secret" that only you and Facebook know, and the result MD5 hashed. I ...

Failure adding assembly to the cache: Invalid file or assembly name. The name of the file must be the name of the assembly plus .dll or .exe?

I am trying to add in the Facebook SDK binaries but I keep getting this error. The file is Facebook.Main.dll and gacutil does not let me add it. I already generated a KEYS file. ...

List of Cities by Country

Where does Facebook get their list of cities from? Is there a service that provides an up-to-date feed of cities based on country? ...

How to get list of online friends using FQL with facebook API ?

I have got my friends list after getting logging in on facebook using Facebook connect Java script client API. I want list of my friends that are online at given time. ...

charachters in fb apps/mysql

I'm getting � this character in my facebook app instead of "£"- I checked the mysql db and the character is being stored as £. How do i fix this? This has never happened to me before - I'm using PHP as well. ...

Facebook iframe embed in profile pages - what the heck

Hi there, We're looking for a way to embed an iframe and specific content into a fan page (not a profile). Apparently it's not directly allowed using the fb:iframe tag but I did find some hints here: http://www.facebook.com/PagesDesign#/profile.php?fbhref=iportfolio.html%3F%5Ffb%5Ffromhash%3D53f3ede8dd88aad33d3bc346401a683c&amp;id=92993...