Facebook Canvas is the application environment for 3rd party Games & Applications that live within Facebook, in a framed environment. Page displayed can be fetched from other websites.

learn more… | top users | synonyms

0
votes
0answers
16 views

Taking payment via Facebook Canvas app

I have a not-for-profit client who would like to take donations through a Facebook Canvas app. Can anyone advise if the following scenario is possible? Canvas app served into FB iframe from ...
1
vote
0answers
15 views

FB.Canvas.setAutoGrow horizontal inactive scrollbar in Firefox

I am having an issue with my FB Canvas iframe app. What I use: window.fbAsyncInit = function() { FB.init({ // my app code code code }); FB.Canvas.setAutoGrow(true); } + set Fluid width ...
0
votes
1answer
81 views

Set page tab content height

How can I set the hight for my page tab content that is from a google site? It works fine, I just want the vertical scroll bars not to be longer than the actual facebook page size. The code I'm using ...
1
vote
1answer
23 views

Facebook app with fluid canvas (width)

I´m trying to set fluid canvas for facebook app, but something is wrong. I found instuction how-to: https://developers.facebook.com/blog/post/549/ I used the same HMTL code from instruction to test ...
0
votes
0answers
6 views

Status privacy changed after post via app

By default, my facebook canvas app can post status on behalf of user and the default privacy setting is "Public". Afterwards, user changes the post's privacy to "Friends only". I couldn't view the ...
0
votes
0answers
14 views

Handle Facebook signed_request without server side code

I have pure client side application with no server side code (and I cannot have server side code, that is client's request, it has to be platform nonindependent). The application will be hosted as ...
0
votes
1answer
32 views

Why can't users can't access my Facebook canvas app?

I have developed a canvas app. I can access the app through Facebook, but others can't see it and stuck in this page. The app is live. ASP.NET MVC 4. My permissions.vbhtml: (if you want other file ...
0
votes
0answers
19 views

Within the Facebook application settings portal how do I enabled the Mobile Site Url and selectively redirect what requests I want to go there

We have enabled the Mobile Site Url within our application's settings inside the Facebook developer's portal. Now devices that previously went to the full version of the site, like the iPad, go to the ...
0
votes
1answer
65 views

Understanding JavaScript Scrolling & iFrames

THE PROBLEM I have a Flash SWF being loaded into a PHP page that then is being loaded into a Facebook canvas. The FB page has content in the right side ad area that creates a vertical scroll bar ...
-1
votes
0answers
9 views

Testing Canvas App After Launch

What is considered best practice for testing changes to an app after launch? I was debating on creating a second app in the developer section of Facebook to use as a testing environment but I want to ...
0
votes
0answers
33 views

Heroku app Facebook canvas page showing sample content to not logged users

It's my first app with heroku and I'm testing the functionalities. I have been editing my heroku app and deployed it into facebook. All changes are showing as desired but only for users that already ...
0
votes
0answers
36 views

Facebook canvas won't load my requireJS / BackboneJS app

Anyone have any idea why Facebook Canvas won't execute my requireJS init script? <script data-main="/js/app.js" src="/js/components/requirejs/require.js"></script> app.js is the core of ...
0
votes
0answers
25 views

Facebook canvas app with different canvas url and login with web site url?

I have already setup my web site with Facebook login and published at say example.com. Recently I developed Facebook canvas app and published at sub domain test.example.com. Now the problem is when I ...
0
votes
0answers
24 views

form submit with jquery gets out from the facebook canvas?

a little help required in my facebook application, i have two sub,it buttons in a page, so i am submitting my form with jquery, everything is working fine, but when i test it in the facebook canvas, i ...
-3
votes
0answers
14 views

Facebook canvas with SPA [closed]

When I try to connect my single page application with Facebook canvas I have a problem when Facebook sends POST request with signed_request parameter. I cannot handle that as I use pure javascript an ...
0
votes
1answer
19 views

Facebook no longer scrapes apps.facebook.com

I used to be able to post a link like 'apps.facebook.com/my_app' to my business page creating a post with the og: tags located in my canvas page root. This page had a redirect to the page tab ...
-1
votes
0answers
29 views

Adding a canvas app as a tab on a Facebook page

Just spent the best part of 3 hours looking for an answer to this here and on Google and it's driving me crazy... The question is simple: How do I add a canvas app as a tab on a facebook page? I'm ...
1
vote
1answer
41 views

Why did Facebook suddenly switch from using the popup auth instead of the lightbox auth when calling FB.login from a canvas app?

Suddenly, on between 4/23/2013 and 4/24/2013, Facebook abruptly,and without notification, stopped using the iframe lightbox version of the auth dialogue for Canvas apps and replaced them with the ...
0
votes
0answers
41 views

How to pass the app_data parameter in the Facebook Canvas page URL:

I want to send some parameter to the canvas page url. For now,after scraching my head,I get to know, there are two ways to send this. Throught setting the Data variable in this way.But the problem ...
0
votes
0answers
20 views

How to get(extract) the values data parameter from the canvas page url after getting the Requests_ids

I am able to get the value of Requests_ids by following way $requestid=$_GET['request_ids']; . But I am unable to get the value of data variable which I passed to url like following way ...
1
vote
0answers
30 views

Same app id for both F-Connect and FB Canvas app

Recently FB changed their policy and according to that: a. Desktop web games off of Facebook.com may only use Facebook Login (Authentication, excluding user connections such as friend list), ...
-1
votes
1answer
31 views

How to get e-mail when logging into canvas application using fb graph?

I want to get the user email when the user logged into my facebook canvas application using only fb graph api?I dont want to use facebook php sdk as I can not handle it with this code(Actually,I ...
0
votes
2answers
89 views

How to get user name during facebook canvas application authorization?

I am successfully able to authorize my canvas app using this code but I am only able to get the user id.I need user name,age friendlist also.Plz help me. I used Print_r and get this Array ( ...
0
votes
1answer
82 views

Login popup vs lightbox in Facebook canvas app

I have a Facebook canvas app, which calls FB.getAuthResponse() first and, if necessary, FB.login(). The documentation of the JS SDK clearly states FB.login() opens a login popup window, which is ...
0
votes
1answer
23 views

Is it possible to add a Canvas App to a Facebook (Place) Location?

Is it possible to add a Canvas App to a Facebook (Place) Location? It's easy enough to add them to standard pages, with the following: ...
0
votes
0answers
26 views

Register a user in my site using his facebook account

I've recently started a project where the user can register in my site using his facebook account.what I typically aim to do is that once the user has registered his or hers facebook account , he or ...
0
votes
1answer
37 views

Where can I find the URL for a Facebook (App on Facebook) Canvas Page App?

After creating an "App on Facebook", how can I find the URL to actually view it within the Facebook chrome? In the image below (from Facebook's Documentation), the top line shows the url for the ...
1
vote
0answers
19 views

Iframe trim size

I have an HTML Facebook app that's been using fixed canvas so far. Now I want to use the fluid width, but also to leave an option to go back to using fixed width. The problem is that I had to increase ...
0
votes
0answers
24 views

Showing Facebook canvas application inside user's home instead of a blank page

I'm developing a canvas application on Facebook. I need to show my application in user's home page instead of a blank one. However, when I open the application it is shown in a blank page. The top ...
0
votes
1answer
241 views

Facebook Canvas: redirect_uri is not owned by the application

I am trying to integrate facebook canvas on my web application that is currently running on localhost:8080 upon running the site it gave me this error. API Error Code: 191 API Error Description: The ...
0
votes
0answers
31 views

In facebook canvas page, how do I find out which app request brought me there?

I have implemented the app requests dialog, as described here: https://developers.facebook.com/docs/reference/dialogs/requests/ I am using this parameter to send additional data: data Optional, ...
0
votes
1answer
48 views

Facebook application iframe height

My application has stickyfooter and I wan't my Iframe min height to be 100%. I wan't the footer to stay at the bottom of the screen even if my page content isn't higher then the screen height. I ...
0
votes
0answers
127 views

Sending messages from Canvas Application using graph api or javascript sdk

I have been using the graph api for generating the appgenerated bookmarks and notification and currently the requirement is that i should send private messages to the users who have installed my ...
0
votes
0answers
67 views

Facebook CakePHP canvas app F5 refresh

In Facebook only the app url is shown in address bar, e.g. apps.facebook.com/myapp/. Even when you are actually on e.g. apps.facebook.com/myapp/users/edit/. When refreshing page with F5, it will then ...
0
votes
0answers
47 views

Redirect to Heroku mobile page not working on Facebook Mobile

I have setup a Facebook canvas app and it all works fine. I have created a mobile site, to replicate the action of the app. I am placed its URL in the "Mobile Web" "Mobile Site URL" settings on the ...
0
votes
0answers
42 views

facebook Canvas App: Only for fans?

I'm new to the whole facebook app development thing and have to develop a small facebook competition game for a client. We will use rails for the backend. I googled a bit and found, that the best ...
4
votes
1answer
104 views

Is there a way to pushState() the parent window in facebook canvas?

I want my facebook canvas app to be able to update the address bar URL when changing context. So, for example, if my app's home URL is https://apps.facebook.com/myapp/, and the user clicks on some ...
0
votes
1answer
76 views

How do you know if your web application is opening inside Facebook (canvass) or outside (standalone)?

I am creating a login page for my application in PHP. My application uses fconnect to login. Now, If I open the web application standalone (www.acdef.com), it should show fconnect login. if it is ...
0
votes
0answers
89 views

How Can I Detect the HTTP Referrer In My Facebook Iframe App?

In my Facebook app, no matter if I try call the HTTP referrer with PHP or JS... $_SERVER['HTTP_REFERER'] or document.referrer... so that I can use it to manipulate the canvas iframe source, the ...
0
votes
1answer
106 views

can not connect my facebook community page to my fb application [closed]

I created fb application for my forum https://developers.facebook.com/apps/436421383092757?app_id=436421383092757 and I have facebook page ...
0
votes
1answer
47 views

Clickable external links inisde facebook canvas app

I have links inside facebook canvas application. And when users click it, it should show in new tab or page. How to do that? I use javascript location to redirect user to facebook login page. I saw ...
2
votes
2answers
216 views

Developing a Facebook canvas app locally - (MAMP, Codeigniter)

I am starting my first Facebook app, hosted on Heroku. I have set up an app on Heroku for production and a separate app running locally on my own machine for development. Currently, the app (which has ...
0
votes
0answers
110 views

Google Maps v3.9, Windows 7, Chrome and Facebook Canvas Apps

Issue happens with maps v3.9 but not with v.3.8.12. Question and answer both... This one's odd and I will report it to Google. Meanwhile, just sharing issue/answer in case anyone else runs across ...
1
vote
2answers
120 views

Canvas App Like Button - use app URL or community page URL?

I've tried using both. If I like the URL for the app (http://apps.facebok.com/myapp) it counts the likes, but I don't get content from the community page. The community page was generated from the ...
0
votes
1answer
246 views

Fanpage tab redirect to app canvas

We are creating a canvas app and would like to add directly to my fanpage. There are 2 ways that I'm not sure about how to take the user to the app's fanpage. First would be to create a tab and add ...
0
votes
1answer
71 views

best way to determine if my_page is being loaded only by facebook

Is there a sure-fire way to determine if my_page is being loaded into an iframe of only facebook? some techniques that partially help: A (php) - the php $_REQUEST seems to have some implicit ...
0
votes
1answer
50 views

can facebook's $_REQUEST[ “signed_request” ] be faked

I have my_app which is intended to be accessed only as a facebook canvas app, and I am looking for a solid test which my_app will perform during the loading phase to verify whether it or isn't being ...
1
vote
1answer
39 views

Does a Facebook game HAVE to be a canvas app?

I would like to build a small website which features a gaming element using FB login and Open Graph. If I wish to use the Achievements API, Scores API and timeline aggregations reserved only for ...
0
votes
1answer
80 views

How to change canvas url by php script in facebook web apps

I am using facebook web apps and I see that I can change canvas URL only by going through developer section of facebook API. Is there anyway that I can update or change canvas URL by PHP script as I ...
0
votes
1answer
46 views

How to make facebook canvas shrink?

I have set canvas to have fluid size, but after resizing window of browser, size of iframe doesn't change. It stays permanently at 760px. I need it becouse my client wants to have resposive front-end ...

1 2 3 4 5 6