facebook

When using the Facebook Connect Actionscript API (no JS, just straight Flash), how can I listen for the user logging in successfully in the other window?

Hey guys, When using the Facebook Connect AS API, the user will be prompted to log in to FB in a pop up window. At this point I want to block interaction in my flash movie and wait for them to complete logging in (or potentially close/cancel and not log in). I have seen examples where people put up a Flex "Alert" box with some hint li...

customize fb-share button api function

http://www.fbshare.net/implementing-facebook-share/ i need to call a javascript function after share has been successfully completed how can i implement this ? does anybody know that which function in api is being used by fb-share button ...

can't log out of facebook from App

I'm trying to logout of facebook from my App using the following code below, but i'm still logged in (and my alert does not execute) also note, this is an external App, using the facebook API. any ideas? FB_RequireFeatures( ["Api"], function(){ FB.Facebook.init(api_key, channel_path); var api = FB.Facebook.apiClient; FB...

How do I create a .NET Web Service that Posts items to a users Facebook Wall?

I'm currently toying around with the Clarity .NET Facebook API but am finding certain situations with authentication to be kind of limiting. I keep going through the tutorials but always end up hitting a brick wall with what I want to do. Perhaps I just cannot do it? I want to make a Web Service that takes in the require credentials (AP...

How to update facebook status by http request

I try to send http request like: "POST http://api.facebook.com/restserver.php?method=facebook.users.setStatus&api_key=762ec91e7987aaeaee7e2cdfdfcb3c30&call_id=$call_id&sig=$s&v=1.0&uid=1533439618&status=44 HTTP/1.1"; but I receive nothing... in twitter I success: "POST ht tp://twitter.com/statuses/update.xml?...

FBML application - "fb:prompt-permission" prompts user to connect with fb even he has connected

Facebook - FBML application prompts user an additional dialog box of "this site requires that you connect with facebook" The user has already connected tho How to eliminate that facebook connect box? ...

Any way to get canvas url of application, in FBML or PHP API?

I'm wondering if there's any constant or any fbml tag or any API call to get the canvas url of the current app, and print it as html eventually? ...

Best practice for implementing "tab support" in facebook App

I started to stumble Facebook App development and can't get my Application to be added as a tab in the fan page, I think my Application should have a support for being able to be installed as a tab? what is the best practice the one I found on docs - Profile.setFBML method, but they are saying that it will be removed soon, can't get what...

Facebook Connect Javascript API failing to maintain connected state after page reloads

I have a Facebook Connect site using the Javascript API - I'm not using any FBML tags. It was working fine until a couple of days ago and now I have a problem with reloading the page while the user is logged in. The user can log in fine, and I can get the user's Facebook ID. They can refresh the page and they're still logged in (and I s...

How do I get the session_key for a permanent "offline_access" permission?

Hi all, I writing a server-side backend for a mobile app that will allow posting media to facebook. I need to post images to the user's profile. I get the user to add the application + the user allows me to "offline_access" From Facebook documentation I see that I need to pass the "session_key" on every api request I am doing (using ...

ajax call returns null in my facebook iframe !!!

Hi, I am using jquery to send an ajax request from my facebook app which is in iframe to my server. The ajax request works fine when the web app is running stand alone and out of facebook platform, but within facebook, the result that I get from my ajax request is blank !!! Here is the code I use: $.ajax({ url: 'http://mydo...

iphone facebook framework integration.

Hi I'm able to successfully integrate iphone app with facebook framework. But I need small change to be done. Please see the URL "http://beanstalkcreative.com/screenshots/Facebook_|_Sample_Sampleson-20100407-122254.jpg", if you see the image in above URL, it shows "via MMA_app". I want to change this text to some other name. How can I do...

Can I have two apps under same (custom)Tab

As I am stumbling through Facebook App Dev. I am getting more and more close to a bit sophisticated questions, bu still I am at newbie level. Can I have custom Tab and inside that tab two different apps ? ex. (the slideshow and top 5 news(RSS feed)) ...

How to share a facebook video through the API

On the facebook news feed, there is a "share" link that allows you to repost/share an embedded video from a friend's feed to your own. Is there anyway to do this through the API without a person clicking on a button? ...

Facebook updates posted to wordpress blog.

I am trying to set up a page on a wordpress site that displays the feed for a facebook fan page. I can't seem to locate the RSS link and it seems tons of people are having the same problem. Anyone know of a way to approach this problem? ...

FBML tag to detect user language in a tab

I have a custom tab for a fan page that need to display a JPEG image. I have an image in English and one in French. Is there a way to detect the user locale in FBML to display the right image? I know how to do this server side using the Facebook fb_sig_locale param but I was planning on just using the Static FBML app which is much simpl...

possible to fetch @mentions thru Facebook API (like thru Twitter API?)

I'm looking to implement a feature where I am able to collect @mentions through the facebook API in a similar fashion to the twitter API. Specifically, if I run a group called foo, and other people on facebook mention @foo in their wall posts, I'd like to fetch and collect the text of that particular @foo mention. I can't find any rele...

how to get all group images in facebook using FACEBOOK API

Hello i'm trying to get all the images from a facebook group using facebook API i have a problem i can't get all the photos using $facebook->api_client->call_method('Photos.get', array('subj_id' => $uid)); http://wiki.developers.facebook.com/index.php/Photos.get what i'm using now is the method $albums = $facebook->api_client->p...

Facebook API for iPhone: including html link in the post

Hello, i'm using the Facebook API on an iPhone application but can't figure out how to include a clickable link in my the description of my post. Tried to put the in it but it's removed from the message. Any idea? ...

how did facebook do "time ago"

Does anybody know how did facebook do that "time ago". I'm trying to do the same with php/javascript. I think it works something like php renders timestamp in html and then javascript continuously calculate the time ago, does anybody know anymore info about this? ...