Questions tagged [facebook-apps]

Apps on Facebook are web apps that are loaded in the context of Facebook.

Apps on Facebook are web apps that are loaded in the context of Facebook in what we refer to as a Canvas Page. You can build your app using any language or tool chain that supports web programming, such as , , or .

1342 questions
4
votes
1 answer

Facebook app review - Change platform URL

We use Facebook login in our website. We need extended permissions granted, so we plan to submit the Facebook app for review. We are still in private beta, so our Web platform URL is something like https://beta.foo.com. Once we go live, this will…
Yogster
  • 884
  • 1
  • 7
  • 27
4
votes
0 answers

How can I add a group to an admin role in my Facebook app?

It used to be possible to add a group of users to roles (Administrators/Developers/Testers) - we have some apps with this still set up. See this obselete Facebook blog post from 2011 detailing this functionality. However, the add group…
John Carter
  • 53,924
  • 26
  • 111
  • 144
4
votes
1 answer

Why is there a gear icon and not my app's logo on iOS Facebook permission confirm screen?

I'm requesting "public_profile", "email", "user_friends", "user_birthday", "user_location" information from my iPhone app users' and on my Facebook app settings, I've configured my app's 1024 x 1024 logo. When the app asks for the first time…
aslı
  • 8,740
  • 10
  • 59
  • 80
4
votes
2 answers

Audio is not playing in Facebook app

I have a small HTML5 game with Javascript and JQuery. Every thing is working fine but the audio is not playing when the application starts. I have used "audio" tag to play the sound.
4
votes
4 answers

'Fatal error: Class 'CURLFile' not found' error in Facebook PHP Application for 'upload photo to user's timeline'

I just tried to develop a Facebook application using Facebook PHP SDK. The example code given in Facebook developer site is as below..
4
votes
1 answer

cURL Error [#60, CURLE_SSL_CACERT] on Graph API post

I have a JavaScript function to post image with Graph API. function postOpenGraphFromUrl(imageUrl, pageUrl, callback) { var options = { 'photo' : pageUrl, 'image[0][url]' : imageUrl, 'image[0][user_generated]' : true }; …
4
votes
1 answer

My facebook app isn't loading. ERROR: Operation Timed Out

Some people have asked questions like this, but none of them are answered for some reason, so I am asking again: I have created a new facebook app and created a basic HTML page, the contents of which are copied from the "authentication" sample on…
Tatool
  • 41
  • 5
4
votes
1 answer

One facebook app for multiple android apps

i know this question looks like been asked several times. But there aint a clarity of answer . Share a Facebook app ID across apps Android My requirement is i already have a app with the bundle id [com.mycompanyname.app1] Im going to push a lite…
elixir bash
  • 280
  • 1
  • 4
  • 14
4
votes
1 answer

"This app is not available for your phone" Facebook app error

I've configured my Facebook app to use "Website with Facebook Login" and "App on Facebook", with the site URL and canvas URL both set to myapp.com (not the real URL). I would like mobile devices to access the app through the App Center. However,…
1''
  • 26,823
  • 32
  • 143
  • 200
4
votes
2 answers

How to extend Facebook User Access Token using PHP SDK?

I have this code: $facebook->api("/oauth/access_token?grant_type=fb_exchange_token&client_id=".$facebook->getAppId()."&client_secret=".$facebook->getAppSecret()."&fb_exchange_token=".$user->getFacebookAccessToken()); it does not throw any…
Lajos Arpad
  • 64,414
  • 37
  • 100
  • 175
4
votes
2 answers

Facebook Javascript API Takes A Long Time to Initialize when There Are A Lot of Images on The Page

I recently ran into an issue where Facebook API takes a very long time to initialize when there are a lot of images on the page. I would this is more visible when there are about 50MB of images. Facebook init is actually called first before…
4
votes
1 answer

What are the minimum requirements to get Facebook usage stories?

Facebook has a feature that has a few different names: "usage stories," "playing stories," "discovery stories," and "social discovery." The idea is simple: when somebody starts using your FB app, FB automatically posts a "usage story" to the ticker,…
Dan Fabulich
  • 37,506
  • 41
  • 139
  • 175
4
votes
2 answers

Cannot obtain page access token through an app that is granted the manage_pages permission

I'm trying to develop a PHP application that will let me make new posts on my Pages automatically, through a cronjob, while I am offline and not logged into Facebook at all. I'm aware that the offline_access permission has long been gone, but the…
4
votes
0 answers

Facebook February 2013 Breaking Changes - how to get rid of "fix now" message in App?

48 mins ago I received an alert that says : February 2013 Breaking Changes fix now 48 minutes ago Your app, needs to be updated for the February 2013 Breaking Changes. Once your app is compliant, set the migration setting to "Enabled" in the…
4
votes
1 answer

Setting up Facebook Login on localhost

I've been following the steps outlined here to create a Facebook App Login: http://developers.facebook.com/docs/howtos/login/server-side-login/ And am on Step 3. I'm setting this up on localhost for development and then I'll publish to Azure…
MattD
  • 1,324
  • 4
  • 14
  • 28