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...
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
...
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...
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...
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?...
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?
...
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?
...
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...
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...
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 ...
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...
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...
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))
...
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?
...
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?
...
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...
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...
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...
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?
...
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?
...