i am developing a facebook application with rails and the facebooker plugin from my local machine and have problems to set it up.
here is my facebooker.yml file
development:
api_key: myAPIKey
secret_key: mySecretKey
canvas_page_name: http://apps.facebook.com/rafikbennacer/
callback_url: http://207.172.82.237:3000
pretty_erro...
Is it not possible to move between pages in the canvas on facebook?
I'm trying to create a app where i have two pages that the users can switch between. The first page works fine, but when i click a link on the first page to get to the next page it seems like the session is made invalid. I get:
"FacebookRestClientException' with messag...
I have a little ajax form on my Facebook Canvas Tab Application. If it the form posts successfully, no validation errors, I want to reload the page.
I know that to navigate inside of a Tab Application you need to make sure that all of your links have a relative path relative to your canvas application url. Which all of my links do have....
According to the docs, Facebook is supposed to send both fb_sig_canvas_user and fb_sig_friends for a canvas application. Sadly, I only get fb_sig_canvas_user and NOT fb_sig_friends. Is there anything I have to do to get this parameter?
Or is there any other way to retrieve the friends of the visiting (not-yet-authorized) user, without ...
Hi there,
I am developing a Facebook connect application, and I want the application to be able to operate either as a standalone or within a Facebook canvas (IFrame).
I have an index.html file which contain the main page and a Facebook connect button. If the user is already connected, the button will not be shown. It's working fine wh...
Hi there,
I want to develop a Facebook connect application that can operate both inside a Facebook canvas or standalone.
Can I check if the user is using Facebook canvas / not using the official Facebook PHP client library?
Thanks, Andree
...
Hiya.
I created a facebook app and i configured the following:
IFrame Size: Resizable
Canvas Width: 760px
(not using fbml)
it seems that no matter how i configure my html page, the iframe height is 800px. my application needs more then that, how can i configure the iframe of the facebook application to have a larger height ?
thanks!
...
I've got an iframe application that's working fine and rendering fbml in facebook. But the whole app is built using ajax calls to load large chunks of pages. Several of these have < fb: tags that aren't being rendered when they load. I tried the code below, which is then loaded into a div in my index page, but it doesn't show anything at...
Is it possible to log a user into Facebook using only the supplied APIs or RESTful services?
We are working in an environment that does not supply a browser(Yahoo TV Widgets), and would like to provide users the ability to enter their Facebook credentials in our application, upon which we would log them in (through the REST API, for i...
I want to fetch the names of users on facebook. For that, I tried using FQL query. The code is,
$result = $facebook->api_client->fql_query("SELECT name FROM user WHERE uid='$user_id');
But there is some problem with this. I guess the query is not getting executed or it is returning null values. I also tried using users.getInfo as foll...
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?
...
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))
...
Hello
I have written a Facebook Connect application which interacts with my website successfully, but I was hoping that this would appear on end-users My Applications page.
However it does not.
Is there a setting I've missed or is the My Applications page ONLY for Canvas apps?
In which case, can a Connect app also have a Canvas page?...
how do i code a facebook quote application taking its data from php/mysql page generating quotes randomely? i've already developed one, but it's using jquery which fbml doesn't support and since i'd like the profile tab i'd rather go for fbml instead of iframe.
anyone have any ideas on how to do this without jquery or using fbjs? thank...
I have a fanpage which has a tab/facebook application, that renders some info from my server
in this application(tab) I want to have button that will open up a dialog box where I would like to refer to another application. Is it possible? and any suggestion concerning how to implement this would be appreciated
PS. the Application that I...
i tried one of the examples here to load the content in the div, but apart from displaying the image, it doesn't show anything. can anyone please point out where i'm going wrong?
ajax1.js:
function General_Refresh(url,div){
//Showing the load image (pay attention to /> of <img
document.getElementById(div).setInnerXHTML('<span id=...
this doesn't work in a facebook application?
q:before { content: '\00AB'; color: #FF0000; }
q:after { content: '\00BB'; color: #FF0000; }
...
here is the code
FB.ensureInit(function () {
var session = FB.Facebook.apiClient.get_session();
FB.Connect.requireSession(
function(){
console.log('connected');
var fbml = getIviteForm();
var dialog = new FB.UI. FBMLPopupDialog("Weblings Invite", fbml) ;
...
the font of the content of my facebook app keeps getting italicized even when i've removed the italics from the css file. if i make minor changes in the css file and upload it to the server, the firebug shows the unedited previous css file and hence, the app keeps showing unformatted content. what exactly is going wrong here?
i made a ...
i'm stuck at this facebook application, not knowing how do i go ahead.
for the canvas, the app works quite perfectly. i've two pages, quote.html and quote.php. in quote.html, quote.php [which gets the quotes from the database] is called through ajax which displays a quote randomly for 10 secs.
however, for the wall tab/profile box, i ...