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

Post custom media from Facebook App Canvas to user Feeds

I am developing an Facebook Game App and I'd like to reward users to post custom media content (such as images and videos) from the Facebook app canvas to their own feeds. I just can't see Facebook supporting this based on their API Documentation.
Stefan
  • 193
  • 1
  • 2
  • 6
2
votes
0 answers

Facebook canvas app authorization works only in main page

I have a Facebook canvas app. I need an access token, the user authorizes the app and the apps main page works fine, but not the other pages. When I click one link in my app that redirects to subpage, it need authorization again. my controller…
nrob
  • 340
  • 3
  • 13
2
votes
0 answers

Cannot set a proper alignment for a banner on Facebook Canvas (web player game)

I am trying to inject a banner inside a Facebook Canvas page, where my game is being displayed. There is a part of my code that is meant to place the banner in the center of the screen, right below an iFrame that contains the game. The banner, as an…
2
votes
1 answer

How to implement Sessions in a Facebook Multi-pages canvas application (php sdk 4.0)

Here is my question: Im trying to create a Facebook Canvas Application with PHP sdk 4.0 and im lost in all the confusing documentations... I don't understand how the login process is working with multiple pages application. Can someone help me…
2
votes
0 answers

Webapp inside facebook-canvas: Get access token synchronous

I am having a webapp, a simple game, let's call it "some-game". This game is running standalone via http://www.some-game.com, and I have it running in a facebook-canvas…
Markus Schulte
  • 4,171
  • 3
  • 47
  • 58
2
votes
0 answers

Is it possible to create facebook canvas application using heroku, after removing of Cloud Integration service

I'm a newbie in using Heroku and in developing for Facebook. I've created an application for facebook using Heroku following the guide Developing Facebook Apps on Heroku It created a website which is hosted in Heroku and using Facebook features. My…
azDev
  • 399
  • 5
  • 10
2
votes
1 answer

Facebook Canvas App developing without SSL

Facebook recently changed the security settings on Account Configs, now there is no more an option to force, or not, an application to use HTTPS protocol. Therefore, it isn't possible to do a App without a SSL key. Previously we could just don't…
João Mosmann
  • 2,884
  • 19
  • 25
2
votes
1 answer

Does a Facebook canvas app need a login button?

I'd like to obtain an access token to access the Graph API from my Canvas app using the Javascript SDK. Here is my code: FB.init({ appId: conf.FACEBOOK_APP_ID, xfbml: true, channelUrl: window.location.protocol + '//' +…
2
votes
0 answers

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 in the app My issue: In Firefox I am getting a…
bboy
  • 1,357
  • 2
  • 15
  • 31
2
votes
1 answer

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 specified URL is not owned by the…
user962206
  • 15,637
  • 61
  • 177
  • 270
2
votes
2 answers

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 very little functionality) runs on localhost…
jordan
  • 9,570
  • 9
  • 43
  • 78
2
votes
0 answers

canvas app mobile link

We have a Facebook canvas app that is configured and works properly on mobile browsers. However, if I provide a link to that app on Facebook and somebody clicks the link from the iOS Facebook App, Facebook gives an error saying that the canvas app…
2
votes
3 answers

How to get "scrollTop"-value of FB.Canvas.getPageInfo

So far I can alert the "scrollTop"-value of "FB.Canvas.getPageInfo": FB.Canvas.getPageInfo( function(info) { alert('scrollTop: ' + info.scrollTop); } ); Now I would like to use this value in one of my functions, but I don't…
chris
  • 2,109
  • 2
  • 23
  • 33
2
votes
0 answers

Javascript to Flash communication within Facebook Canvas App in IE

I'm working on an app that has 2 way Javascript to Flash communication. This works fine, up to a point. The flash is embedded using swfObject with wmode = window, which it has to be for performance purposes. This, however, means I have to use the…
Alex
  • 1,051
  • 1
  • 12
  • 26
2
votes
1 answer

Is it possible to find what apps friends are using?

I know a friend's app can publish to my newsfeed, but is there any way to query a user for the apps they have "installed" (either canvas or connect). I'm not sure if this is possible using the facebook UI, nevemind the API.
max
  • 617
  • 8
  • 20