I had a working Python integration to Facebook, using the Graph API and the https://graph.facebook.com/<<id>>/feed URL, for about a month.
And then all of a sudden a few days ago, I started getting this back whenever I tried to post a status update:
{"error":{"type":"OAuthException","message":"(#200) The user hasn't authori...
Hi!
Anybody knows where I can find documentations of frustrating domain errors from facebook API?
Like: error domain 1000, 603, 3, 601, etc..?
I can not find exact explanations what they means. I would help to debug API requests.
Thank You.
...
Hi Folks
I am using the following 2 API's to create a facebook connect but having issues with the sessions being picked up the the PHP SDK. I have downloaded the latest facebook-connect-js & facebook-php-sdk
Here is my initial FB.init connect using the JS no problem ie.
<script>
// initialize the library with the API key
FB.init({...
How do I get the session key with the facebook-java-api ?#
What I did so far is this :
After I authorised my app to acces my facebook account I do get
redirected to the right redirect url in my app and there I do
FacebookJsonRestClient facebookClient = new FacebookJsonRestClient ('key', 'secaret')
String token = facebookCli...
(Note: I have already seen this question, but it only refers to REST, and not the new OAuth system.)
I would like to write a J2ME application (I have some basic experience of this) that connects to Facebook and retrieves some data, but I can't find an API. I understand that Facebook doesn't support WSDL (which, incidentally, I have neve...
Please, help me how to do it. When I use another application it seems very simple. It is in every application. I have read documentation and it does not. I make this in "circular" way, but it's working so ugly.
...
Hey Guys, so Ive created a Facebook page, no content as yet, really, i would like to know if it is possible and if so, how do I set it to be accessible from eg: www.facebook.com/mypage ?
Thanks in advance
...
Hi!
What is the case insensitive version of
strpos(field', 'Phrase')
in facebook query language?
...
I'm implementing a simple Facebook "Like" button on a voting site but want an option which votes using the internal "Like" system for anyone who doesn't have a Facebook account/doesn't want to log in (this may seem like an odd request but this is a requirement for the client).
So basically I'd like a way of detecting if someone is logge...
i am creating an app using the facebook C# api
i want to read the data on this wall:
but when i call the api and essentially hit this URL:
https://graph.facebook.com/123176767150
I get this error:
{
"error": {
"type": "OAuthException",
"message": "An access token is required to request this resource."
}
}
why do...
I have a signup form, and I wanted to make it so that they have the option of recommending this signup to all their friends in facebook.
Is there a rails API/gem for doing this?
Is there an appropriate name for this?
Thanks!
...
Maybe someone can't help me.
I use the last FBConnect (http://github.com/facebook/facebook-ios-sdk/) for Facebook connexion.
And I retreive the list of photos albums for the user.
NSMutableDictionary* params = [NSMutableDictionary NictionaryWithObjectsAndKeys:_facebook.accessToken,@"access_token",nil];
[_facebook requestWithGraphPath...
I'm developing a facebook application, using IFrame instead of FBML. I have a main page with a sub-iFrame inside. In the inner iframe (the invitation page) I have:
<%@ Register Assembly="Facebook.Web" Namespace="Facebook.Web.FbmlControls" TagPrefix="cc1" %>
<cc1:Fbml ID="Fbml1" runat="server" Xfbml="True">
<ContentTemplate>
...
In my app I have a multi-friend-selector which displays fine in the iframe, but when I attempt to open any dialog/modal boxes that it (multi-friend-selector) triggers, it results in the content of said box being cut off on the right. The reason simply is due to the overflow:hidden property set on the elements above it in the DOM. Is the...
Hi Guys,
I tried to send the message from facebook in my application for that i used the following code segment using graph API call.
SBJSON jsonWriter = [[SBJSON new] autorelease];
NSArray eventdict = [NSArray arrayWithObjects:[NSDictionary dictionaryWithObjectsAndKeys:@"Always Running",@"text",nil], nil];
NSString * event = [j...
I'd like to do something on the page when a user clicks 'Like'.
I thought something simple like the following would work:
<script type="text/javascript">
$(document).ready(function () {
$('.connect_widget_like_button clearfix like_button_no_like').live('click', function () {
alert('clicked');
});
}...
Hello,
Am working to create a tool on windows desktop that will pull out the facebook feed/wall. I went through the SDK's available and it seems like to setup a facebook application it is required. Please advice if there is other approached?
...
I have a mobile application that can successfully authenticate and post to the user and facebook application's wall after the user goes to the web site and "likes" the application.
Is there anyway to have the user "like" the application without requiring them to go to the web site? Or is there anyway to post to the applications wall wi...
Hello,
I'm pulling my hair out on this one having been round and round on the JS, ActionScript and REST documentation/forums with no joy, hopefully someone can help me out.
Scenario:
The application has an event which it has created (has permissions for). According to the facebook documentation for events.invite (old rest api):
Th...
The fbml below generates an invite form using a multi-friend-selector. Everything works, except the Skip button. No matter what url I place in the action attribute, the action in the rendered form is always blank. This of course causes the Skip button to 404.
<div class="invite">
<fb:serverFbml width="626">
<script type="te...