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
4 answers

Facebook Page Tab Blank in Internet Explorer 8

I've developed a Facebook page tab that doubles up as a website style app: http://www.facebook.com/pages/ECSid/246158322109906?sk=app_249322331789747 When you visit this app on Chrome, Firefox or Safari the iframe is rendered just fine. However in…
edcs
  • 3,847
  • 2
  • 33
  • 56
4
votes
1 answer

Website app age restricted likes and shares

I have a website with alcohol content which I have registered as a Facebook application. When I set the application restrictions using the graph API (https://graph.facebook.com/APP_ID?restrictions={"age_distribution":"21+"} or {"type":"alcohol"})…
4
votes
1 answer

Deauthorize page tab notification

Does anyone know if the deauthorize callback works for page tab applications? I've set this in the developer settings and it doesn't seem to work. The page in question never even gets touched. I have logging in place to see if the page is hit but…
TommyBs
  • 9,354
  • 4
  • 34
  • 65
4
votes
1 answer

Facebook Desktop Application C++

Can anyone suggest a good tutorial for developing a desktop facebook application in c++. I went through the facebook documentation about applicatiion development. What are the parameters that need to be specified while creating an application in…
user968341
  • 203
  • 2
  • 11
4
votes
2 answers

How to detect if user previously authorized rights to a tabbed application without showing the authorization dialog?

How can you detect if a user previously authorized a tab application, without showing the user an authorization dialog? This is a user experience concern. We don't want to throw the user at an authorization dialog without a call-to-action, but we…
Jon Davis
  • 6,562
  • 5
  • 43
  • 60
4
votes
0 answers

Is it possible to use Instagram Basic Display API on localhost?

Since facebook requires a website url redirecting to my instagram app I wondered if there is a way to make this work. I tried a code from a youtube tutorial which seems to work on normal webpages perfectly. But i receive mutlitple errors when trying…
4
votes
0 answers

Facebook API – how to get Page-Scoped User ID (ids_for_pages is empty)?

My goal is to identify authors of posts published on my Facebook Page, by matching them with user ID-s from my database, which ID-s are App-Scoped User ID-s (ASID). I've generated User Access Tokens (through app) and extended it to long-lived access…
EMiDU
  • 654
  • 1
  • 7
  • 24
4
votes
1 answer

How do I get react-native-inappbrowser-reborn to trigger success upon successful Facebook login

I'm trying to setup a manual flow for Facebook login, as per the docs at: https://developers.facebook.com/docs/facebook-login/manually-build-a-login-flow/ I've got my test Facebook app working as expected, i.e., I can login using a private web…
AjLearning
  • 379
  • 5
  • 16
4
votes
1 answer

Facebook Graph API - Issue cover_photo when creating a test page

I'm developing a Facebook App and i need to create a Test Page. I'm following the documentation and i'm stuck at the step 3: Creating a test page using Graph API. It doesnt matter what URL i set to the cover_photo field, i always receive: (#100)…
Megaxr
  • 241
  • 1
  • 9
4
votes
2 answers

Create a bot for a closed facebook group

What I'm trying to do is basically described in this particular doc page from FB itself: click (post, comment content and listen for new content), but for a "normal" closed group instead of a group in a workplace. According to the document, this…
Luca
  • 132
  • 1
  • 7
4
votes
0 answers

Facbeook app with form posting from HTTPS to HTTP

I have a facebook app that is basically an iframe of my website. My website runs on HTTPS and has a form that has a POST action to /list-items. On the server, it renders a page that on the jQuery's $(document).ready() make an AJAX call to populate a…
Gabriel F
  • 161
  • 5
4
votes
0 answers

How to use Facebook test app to do Facebook Login - Web JavaScript

This is my first time to write JavaScript.... I am using JSBin as the IDE. And I am trying to use JavaScript to allow users login and get their public data in Facebook Graph API. I created a Facebook Web App, and then created a Test App for this…
Cherry Wu
  • 3,844
  • 9
  • 43
  • 63
4
votes
2 answers

Changing redirect_uri in facebook app

I am not sure what property sets the redirect_uri url that appears in the popup facebook dialogue box when authenticating via facebook. I'm asking this because I would like to change it but all attempts have failed. Is this url set from the facebook…
chackerian
  • 1,301
  • 2
  • 15
  • 29
4
votes
0 answers

Facebook App into Page Tab

We have created a game which is accessible as an app but cannot get the game into a tab. During the submission stage it reads: "Our review team will use this page to test your Page Tab app. Your Page Tab app must be installed on this page. Only…
4
votes
1 answer

Accessing Facebook Ads API request error 270

I have a whitelisted Facebook App that is out of sandbox mode and has been approved for the Ads API, but I am receiving the following error when trying to make requests to the Ads API. { "error": { "message": "(#270) This Ads API request is…
mindreave
  • 45
  • 1
  • 5