Hi,
I am developing a facebook iFrame application which would be embedded inside a facebook page. I have chosen iFrame as FBML is deprecated by facebook.
My application is ready but I am facing a small problem
when FB.login is called, a popup window appears. My application requirement is that whenever its loaded, it should check whethe...
I have an application where I use an iframe for a facebook likebox.
I want to subscribe, in the main page, to the event when the user clicks on the like button in the iframe.
Basically as soon as the user likes the page I want him to be redirected to a page I'll specify.
What javascript command can I use?
Thanks
...
On my site http://colnect.com I've implemented the "Facebook login" button and on some pages the "Facebook like" button using FB's new JavaScript API. It all appears to be working seamlessly on ff/opera/chrome etc.
It seems like a problem with Facebook's JavaScript API which happens on some browsers (I've gotten reports for older IEs an...
I'm getting a 400 bad request error from Facebook when requesting an access token. My return_uri includes a query string parameter which is causing the problem. I've encoded the return_uri but I stil get the error. Can anyone help me with this?
Here is the request I'm sending to Facebook:
"https://graph.facebook.com/oauth/access_token?...
Hello Everybody,
I have an horizontal menu in asp.net application.
in my menu there is a link:Account link(like the the one in facebook link:account).
When i click the account link ,a menu toggles(sessting,...) i have a div in the content div for ads(exactly like in facebook).The problem is that when i toggle the links become unclick...
I'm using pyfacebook on my app but I'm having problems displaying xfbml
For example I have to use iframes to display like buttons or like boxes.
What's strange:
1) On the login page the appears correctly, I just have problems on other pages (once logged in)
2) The FB.init part I use is
<script src="http://static.ak.connect.facebook.c...
I'm trying to use a facebook FB.ui() call with the stream.publish method. Everything works fine in Firefox, Chrome, Safari. However, in Internet Explorer I get a connection problem. It seems to be the same error you would get when internet connection is down. Attached is a screenshot of the error. Any ideas why this isn't working in IE?...
I've seen a few "Share" twitter or FB on some iphone. Is there any framework or SDK for this or some code snippet to copy from.
I dont want to write it from scratch if there is something already available.
...
I invested quite some time searching for good and up to date tutorials on using the Facebook API. I can't seem to find anything. Even the Facebook developer documentation doesn't contain good examples.
What good tutorials are available? I'm particularly interested in creating feed posts via the Facebook API.
...
I have a strange problem, I have a logout link that displays only if the user is logged in. I have this code inside the the onclick event of this link (using a function):
FB.logout();
window.location = 'http://www.google.com';
If I click on this once, nothing happens, I know that the function gets executed because I've tested ...
Hello,
Do you have any preferences regarding facebook graph api in Ruby ?
My needs are quite basic: beeing able to update my facebook status.
I saw several things like:
- facebooker
- facebooker2
- facebook-client
- facebook-graph (I am studying this one)
Any preferences ?
Regards,
Luc
...
Is the fb_graph gem better?
It seems to be newer, but the facebooker has a lot more people using.
http://github.com/nsanta/fbgraph
http://github.com/mmangino/facebooker
Update:
I looked into koala, and it seems it is a good choice as well.
http://github.com/arsduo/koala
I also figure out that fb_graph is different than fbgraph. ...
When calling the new Facebook Graph API, if we just provide the app_id in the Javascript code, then how can Facebook know it is the real app calling? What if it is another app calling with that app_id?
...
i am trying to add facebook invite feature on my website.
when i load the invitte page, it redirect to facebook, if i key in my password, it takes me to my personal facebook homepage (and does nothing more)
This is my code
<?php
//?fb_force_mode=fbml
require_once 'facebook.php';
$api_key = 'xxx';
$secret = 'xxx';
// Names and images ...
The existing page has code to work with the old REST API:
jQuery(document).ready( function() {
FB_RequireFeatures(["Connect", "XFBML"], function() {
FB.init('12345678ABCDEF','/xd_receiver.html', {ifUserNotConnected: fb_user_not_connected}); // real key replaced by 12345678ABCDEF
which is to support "Login with Facebook" and...
Hi,
I am trying to make an app for authenticating user with their facebook account in python. App opens the facebook login page in web browser. After user logs in, facebook redirects it to thei dummy success page. At that moment i need to capture that redirect url in my app. I am not able to catch that URL.
I am opening fb login page ...
I have an existing Spring application which I wish to also allow users to register / sign in through facebook.
The facebook sign-in is working fine, and is currently executed from the client using the Actionscript-Facebook API ( which is essentially a wrapper for the Facebook JS API).
However I'm unsure as to what is an appropriate app...
HI all,
Im having a strange thing. Im having a code that was working that doesnt anymore. To me, I think i didnt make any changes...Can someone give me an idea what is wrong ??
I'm trying to publish a text with an image and a link using the attachment method of stream.publish.
here is the code :
Bundle myParams = new Bundl...
Hi folks,
I can't seem to find how to generate the classic Facebook Connect button:
all I can find how to generate is the following:
I'm using the documentation here http://developers.facebook.com/docs/guides/web
Any ideas? :)
...
Hi!
Sometimes on Facebook or from other websites I get emails with URL links that are encoded with specific actions the server is meant to interpret when it receives a call to that link - here's a semi-made-up example:
http://apps.facebook.com/yourApp/tracks.php?sendkey=11bc3efa06&next=reward_link.php%3Fp%255BlahBlahBlah
(NOT A REAL...