Hello,
I'm trying to publish to another user wall, so it would appear as if HE published this post himself. For example, I want to write "I've published a new article on Youngo.com" on his wall.
I have an offline access and stream publish permissions. I also got the access token. I just can't figure how to do that using JavaScript.
Ca...
I'm developing an IFrame-based Canvas app. I'm hoping to use Adobe's AS3 API to do the lion's share of work with retrieving and displaying the user's Facebook information (my current goal is to display a list of friends).
The AS3 API expects that three values be passed down to the Flash movie from the IFrame page:
fb_sig_api_key
fb_sig_...
Hello,
I've managed to post to another user's wall, but I couldn't figure how to delete them using the access token. I'm using the JavaScript SDK. Can someone please help?
Thanks in advanced! :)
...
I want to redirect from my Facebook app-canvas page to Facebook tab
I'm using PHP
when I redirect with header('location':$taburl) tag it remain at the same canvas page.
Please give me answer of this problem as soon as possible
...
I have follow the step mentioned in http://code.google.com/p/fbconnect-android/wiki/Setup
But it is giving error on project build
UNEXPECTED TOP-LEVEL EXCEPTION:
java.lang.IllegalArgumentException: already added: Lcom/codecarpet/fbconnect/FBLoginDialog$FBRequestDelegateImpl;
[2010-08-07 16:46:13 - fbconnect-sample] at com.android.d...
Hi,
How to create datar and lsd for login in facebook from my app [desktop] like browser did.
this is request header when i hit
graph.facebook.com/oauth/authorize?client_id=[yourappid]&redirect_uri=http://www.facebook.com/connect/login_success.html/
which redirects me to login page
//www.facebook.com/login.php?api_key.............
Re...
I'm using Facebook API for searching. For example if I want to search for 'Conti' i get thsi url: https://graph.facebook.com/search?q=%22Conti%22&type=post
In this particular case, and others, instead of getting the list of results, I get this error:
{
"error": {
"type": "OAuthAccessTokenException",
"message": "An ac...
I am developing a site for models and they will be able to upload pictures.
I want to know is it possible to use Facebook Connect to get the user's photo albums, to save the user from re-uploading all the photo's that are already on FB?
...
For some reason when I call FB.logout();, the user does not actually get logged out of Facebook.
Why might this be? No js errors get thrown, and I can step through the code as it runs through the SDK... it just doesn't successfully log out.
...
The Facebook Graph is absolutely ridiculous... nothing works !
So I finally managed to get a connect button to show, and it to allow user login.. it would then show their facebook username and profile pic.
The idea was that I'd allow users to login using MY sites login, then they can connect with facebook so actions can be displayed on...
Hello,
I built a Facebook app which allows users to post some news to their news feed from my website. I use Facebook Connect and the Facebook JS library.
When a friend of mine (Facebook friend) posts something to his news feed from my website using my Facebook app, I don't see it in my news feed. His other friends see it. Is it becaus...
I am curious as to how sessions/the graph work.
I got the example code off the php sdk and have finally got it working.
So i connect to facebook, the user authorizes the app, it redirects to my website, and i put the users facebook id into my database. The users actions can then be posted onto fb.
When i then try in Internet Explorer ...
While i was inspecting facebook html code through with firebug in Chrome, i found this tag :
<a href="http://www.facebook.com/?ref=logo" title="Home" bitly="BITLY_PROCESSED"/>
What is the bitly attribute? Anyone has an idea?
:)
...
In the FBConnect.xproj, the feed string is as follows:
dialog.attachment = @"{\"name\":\"Facebook Connect for iPhone\",\"href\":\"http://developers.facebook.com/connect.php?tab=iphone\",\"caption\":\"Caption\",\"description\":\"Description\",\"media\":[{\"type\":\"image\",\"src\":\"\",\"href\":\"http://developers.facebook.com/connect.ph...
I'm able to successfully validate the signed request for a Facebook canvas app using the example here, but I'm unable to decode the payload. The Facebook documentation states that the 2nd parameter in signed_request is a base64url encoded JSON object. In PHP the payload is decoded using json_decode:
$data = json_decode(base64_url_dec...
Hello guys!
Is there a way to remove the "userMessagePrompt" ?
I paste my code to publish a feed:
FBStreamDialog* dialog = [[[FBStreamDialog alloc] init] autorelease];
dialog.delegate = self;
dialog.userMessagePrompt = @"";
dialog.attachment = [NSString stringWithFormat:@"{\"name\":\"%@ AppName!\","
"\"href\":\"lin...
Hello, we're developing one service to be integrated with various social networks and would like to allow users to be authenticated with their facebook-google-twitter-etc accounts in a simple one-click way.
Most of the huge network providers permit to do it with their proprietary APIs, but for small group of programmers as we are to su...
I need some code to edit thumbnail such as Facebook-style.
I can drag an area of image to select thumbnail.
please give me some idea.
Thanks.
...
I am exploring facebook integration with my rails app and wondering what is the best practice for rails applications.
1 - Is js sdk the better route or the facebooker gem? I would like to allow users to login via facebook, post content/links to their walls, see friend activity in the application, invite fb friends, from the rails app et...
There once was a Facebooker tutorial which was a facebook app but for the last few weeks I'm greeted with just a blank page when I go to it. Does anyone know of any good resources for getting started with the Facebooker plugin for Rails?
I was kind of surprised at how difficult it is to find this... any help would be greatly appreciate...