Questions tagged [facebook-canvas]

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.

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.

Facebook Canvas Application Development documentation

390 questions
2
votes
1 answer

Facebook canvas application never loads contents?

I've built a Facebook application which should be available on the web or as a canvas application within Facebook. My setup is like so: SERVER | FACEBOOK APP | CURRENTLY…
RSG
  • 7,013
  • 6
  • 36
  • 51
2
votes
1 answer

Facebook comments plugin in canvas app: Comment at visitor's wall looks ugly

i want to place a comment box at the bottom of a page tab/canvas page so that visitors can post comments that will be shown on that page and - if the user checks the checkbox - at the visitor's wall. I do this with the comments plugin
jiriki
  • 471
  • 1
  • 4
  • 11
2
votes
0 answers

"Sorry, something went wrong" Error in Facebook When Loading Canvas App

Here's the situation: I have a canvas app made in Facebook that works fine on all browsers, including safari on iPad and iPhone. My app is called 100 Places to See Before You Die. The issue is with using the iOS Facebook App (the app on your phone…
Eli Dragen
  • 21
  • 1
  • 2
2
votes
1 answer

mobile version of Facebook app going into redirect loop

I have developed a Facebook app using the C# SDK and it is working fine. Now I want to also enable it on mobiles, so I tried to set the "mobile url" to the same one as my canvas url (which is a cloudapp.net address). However, when I try to access it…
2
votes
1 answer

Why does the Facebook PHP SDK not set cookies?

Facebook's PHP SDK can decode signed_requests that are passed to the app via POST, or stored in a cookie, but the SDK itself does not actually set a cookie for the signed_request to be persisted. Instead, the PHP SDK defers cookie setting to the…
Peter Horne
  • 6,472
  • 7
  • 39
  • 50
2
votes
0 answers

Won't redirect to canvas in ie or chrome

Im having problems in from fan page clicking on app tab in chrome the screen is blank and in ie it says "This content cannot be displayed in a frame" I tried adding header('P3P: CP="CAO PSA OUR"'); to my canvas with no luck. Any suggestions? Im…
Trey
  • 394
  • 1
  • 4
  • 17
2
votes
1 answer

Facebook tab application canvas height - firefox issue

I've built an application to be used as a tab in a page. As its content is too long, i need to set the iframe height so there is no scrollbar. My problem is that it works fine in chrome & ie, but not in firefox. Here is what i've done:
CdB
  • 4,738
  • 7
  • 46
  • 69
2
votes
4 answers

Invalid Credentials using Heroku URL as Canvas URL

I am using Heroku to make a php application on Facebook. I want to have the Heroku URL be the Canvas URL in my application. However, when I put the URL in the Basic page and then try to open my application by going to…
elemjay19
  • 1,126
  • 3
  • 25
  • 51
2
votes
2 answers

the facebook apps secure canvas URL

I have some question about the facebook apps secure canvas URL. For the facebook apps secure canvas URL or secure page tab URL, does it require a specific kind of SSL Certificates, or any kind of them is fine?? As I am using one domain to host all…
Chan Joke
  • 21
  • 1
  • 3
2
votes
1 answer

Sending App-generated Requests to all users of an app

Is it possible to send an app-generated notification request to all users of a canvas app? I'm currently sending requests to individual users, but not the entire user base. I do not want to simply loop over all users and send an individual request…
2
votes
1 answer

Facebook Canvas url using routes.rb

I'd like my FB canvas app apps.facebook.com/coolapp to behave the same as my web app coolapp.com I've set up the canvas url in facebook developer page http://coolapp.com/canvas/ Using Rails 3.1, I'd like to know how I can easily route the /canvas…
hagope
  • 5,523
  • 7
  • 38
  • 52
2
votes
1 answer

Redirect User to my Website on a Facebook Canvas Page

I have a small problem. I want to redirect a user to my website when he visits my facebook canvas page. As in friend.ly. They redirect user to their website rather than displaying the content in the Canvas page. The problem is that when i am using…
Sri hari
  • 41
  • 1
  • 3
2
votes
0 answers

Custom Facebook Tab not rendering on mobile

I know there are other heavily answered questions out there for this, but I'm posting my specific configuration to see if maybe someone can tell me that I have an error. My app is loading just fine on desktop, but I'm getting an error "The page you…
pork-chop
  • 83
  • 3
  • 12
2
votes
1 answer

What does the button "Gamer Chat" mean?

I found one unknown for me button: Gamer Chat in Facebook App Dashboard. What does this Button mean? What if do I unable it? What can it cause? Here is a screen http://screencast.com/t/MWcmqaPn Regards, Victoria
Victoria
  • 21
  • 3
2
votes
1 answer

port unity game to facebook canvas platform using parse

I am porting a unity game to facebook canvas to make it available on facebook by using following link https://developers.facebook.com/docs/unity/getting-started/canvas I am using parse to deploy my game. I am successfully able to deploy my game and…