Here is the sequence of events I would like to see happen:
Visitor shows up to my site and clicks the connect button
Visitor authorizes the connection by logging into their facebook account
My site records their authorization
My site posts to their wall "Sally just joined http://foo.com. A website about foo."
Much later, my site can po...
hey
i am working on facebook iframe application in asp.net c#
i succeed to retrive the access_token.
now i want to pull for example the user likes but i dont have the user id
https://graph.facebook.com/XXXXXX/likes?access_token=...
how can i get the userid ?
thank you all
...
So with all these fancy new APIs and such that Facebook is making available, I've noticed that on the partner sites (Pandora, docs.com, etc.), there is no login---Facebook automatically signs you in. You don't even need to press a button to connect if you already have a FB session established.
Is this a feature of the new API? Or is thi...
I'm attempting to use the new Graph API Facebook recently released, but I can't seem to get it to work correctly.
I've gone through the steps, and after the /authorize call, I receive an access_token:
access_token=109002049121898|nhKwSTJVPbUZ5JYyIH3opCBQMf8.
When I attempt to use that token I get:
{
"error": {
"type": "Query...
If user is not logged to facebook then clicking on Like Button opens a popup window prompting for user to login. I don't want that popup to display - hence the best would be to not show Like button for visitors that are not logged to Facebook.
Is it possible?
...
i'am using this example
http://github.com/facebook/connect-js/blob/master/examples/jquery/login.html
works fine ,
but when i change query part to read my statuses i am getting exception
Requires valid signature
for instance this query
select message from status where uid=myuid
...
How can we generate a link that can be clicked on by 5 different people on a Social Network game, so that each of the five people can get a bonus? The link will be published as a "newsfeed" on the Social Network such as Facebook.
The link shouldn't be easily "generated" by any people as a cheating method.
Also, what database table(s) ...
I'm trying to fetch the logged in user's ID with Facebook + PyFacebook via:
#Establish connection to Facebook via API
f = Facebook(config['app_conf']['pyfacebook.apikey'],
config['app_conf']['pyfacebook.secret'])
#Get the current Facebook ID
facebook_id = f.users.getLoggedInUser()
But I keep getting the error:
FacebookE...
Does anyone know what happened to the Facebook Tools page?
It seems to be missing with the recent API launch.
http://developers.facebook.com/tools.php
...
I am trying to experiment with the new facebook authentication system, and I can't getthe login to work.
I'm getting the following error message:
API Error Code: 100
API Error Description: Invalid parameter
Error Message: next is not owned by the application.
The url that is being sent to facebook is:
http://www.facebook.com/co...
I'm trying to call a JS function from an SWF which is loaded inside an application tab. As a canvas FBML, the code is working correctly but in case of application tab it's not working.
AS3 Code:
protected function button1_clickHandler(event:MouseEvent):void
{
callFBJS(["insideFlex"])
}
protected function callFBJS(text:Array):void {
...
hello all
im making switch to the new Graph API , and i try to replace all the rest api with the new Graph api
reading the docs i saw i have some kind of real time function ( im not sure its related to getting the user
notifications ) that suppose to return me callback .
but im my case i like to invoke simple http command and get the use...
HI i have a application on facebook and used dialog but in my app, dialog is displaying in the left top corner of page but in need it to display on middle or center.
thank you
...
I'm setting out to develop a number of Facebook applications/games, which make use of some Facebook user information and stores game info in a database backend etc, in ActionScript 3.0.
How can one leverage the new Graph API
Should I use JavaScript or PHP as a "middle layer" or should I go with the ActionScript Client Library?
Are ther...
Can you suggest some working example of it? I tried Authlogic and Devise withous success.
...
HI,
I used to have an Href in my website, when users clicked on it, multi friend selector showed so they can incite their friends to my website.
That was done using the following code:
FB.ensureInit(function() {
var dialog = new FB.UI.FBMLPopupDialog('XXXXXXX', '');
var fbml = 'Multi-Friend-Selector FBML'
dialo...
I have a app, that is used in the fanpage, so basically I am showing up the user request/invite form, after submission which refers to my server and I get friends ids(from $_POST) and info about user who sent invite,
to get user info I am using
$user = $this->_facebook->api_client->users_getLoggedInUser();
$dataToRetrive = array(.....
I am using facebook like in my site, and my php script need to know how many people like every page. For example I want to use in php echo $likes; where $likes is a number of likes. Is it possible to do?
...
Hello.
I want to show a progress bar while my iPhone app is uploading an image to Facebook. Is it possible?
Can I do it with every FBRequest that I make? I also use FBRequest to check extended permission and sometimes takes a lot of time.
Thank you.
...
Hi all,
I have successfully wired up a Facebook Connect application and everything is working fine. I can sign new users up with Facebook, or I can link existing users with Facebook. No problems there.
However, now I am trying to add an Invite page, where a user can see which of their Friends have the application, and then show them ...