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
6
votes
2 answers

How to add canvas and secure canvas URL in Facebook application

I am trying to develop Facebook tutorial "Friends Smash" but I got stuck in a big problem it does not shows any option for adding canvas and secure canvas URL in Settings >> Add Platform >> Website I am getting below options How can I add canvas…
Dipak
  • 672
  • 3
  • 9
  • 26
6
votes
4 answers

Facebook Apps Horizontal Scrollbar

I have noticed that this new horizontal scroll bar at the bottom which I am unable to remove. I have attached an image in which i have also clearly marked the scroll bar which i am talking about. I know there is canvas setting in app settings but…
Saad Bashir
  • 4,341
  • 8
  • 30
  • 60
6
votes
4 answers

Updating app for breaking change (non-threaded comments)

Here is the notification I just received: App, is currently using the following deprecated features: Non-threaded comments. Please see the developer roadmap for more details about this change. I looked all over the API and the developer roadmap and…
somejkuser
  • 8,856
  • 20
  • 64
  • 130
6
votes
3 answers

How to install facebook api on emulator in windows 7?

I'm new for facebook app, so I need help to install the facebook api on android emulator in windows 7. I have installed the facebook api but I got a library error.. [2013-04-02 16:22:35 - HelloFacebookSample] Unable to resolve target 'android-8' in…
Engr Waseem Arain
  • 1,163
  • 1
  • 17
  • 36
6
votes
4 answers

How to get facebook app approved on App center?

I have submitted our facebook app for App center review, but it has been in pending status for 10 days, according to facebook App center guideline http://developers.facebook.com/docs/appcenter/guidelines/ "Once it has enough positive ratings and…
evanchin
  • 2,028
  • 1
  • 22
  • 25
6
votes
1 answer

Link a posted photo with an app page

I'm designing a photo-oriented Facebook app that would let users tell stories in the app-specific way and advertise such stories by posting a single, preferably large, "cover" photo. Photo posting is done by the app and people that would like to see…
Desmond Hume
  • 8,037
  • 14
  • 65
  • 112
6
votes
5 answers

Facebook App: any way to run the app without SSL?

I am working on my first app for Facebook and facing (probably) with the SSL problem. If I am testing the app, so it's working well. But then I wanted to test the app by my friend - so I assigned him the role "Tester", he accepted it and I sent him…
user984621
  • 46,344
  • 73
  • 224
  • 412
6
votes
1 answer

How can I get a Facebook application's name with it's app ID and secret?

How can I get the name of an app, assuming that I have the app ID and app secret to use, using the Facebook PHP SDK?
Jared
  • 2,006
  • 4
  • 23
  • 43
5
votes
1 answer

Facebook Open Graph API - action-type & object-type of another application (foursquare)

I am trying to retrieve a user's foursquare checkin data that is published using the open graph to Facebook. I am generally having trouble finding information (namespace, action-types and object-types) about an application that I do not own. So far…
gfte
  • 110
  • 1
  • 11
5
votes
3 answers

How to show facebook comments "Add comment" field by default

I'm using facebook commenting plugin for my website and I came across one small problem. When a certain number of comments are made, the "Add comment" field disappears and user has to click on add comment link to show it. This one: I want to know…
Ilja
  • 44,142
  • 92
  • 275
  • 498
5
votes
4 answers

How to get friends in order of number of mutual friends?

I am developing a Facebook application. I want to know how I can get friends in the order of number of mutual friends. Is it possible with FQL or any other method?
5
votes
2 answers

Facebook APP - There is no WhatsApp when adding product to my APP

I'm trying to create a Facebook APP to use the WhatsApp Business Cloud API. Following this guide: https://developers.facebook.com/docs/whatsapp/cloud-api/get-started It says: "From the App Dashboard, click on the app you would like to connect to…
Karas
  • 53
  • 3
5
votes
2 answers

Error on posting on behalf of a Facebook page

I have an app that programmatically make post on a configured Facebook Page. My app obviously have both the manage_pages and publish_pages permissions approved and I'm using pages access token Everything work well since now, but recently when I…
5
votes
2 answers

Facebook Messenger bot rejected because it doesn't respond to non-tester profiles

...But this is what it needs to be reviewed for. My Messenger app approval keeps being rejected with this: pages_messaging This item was not approved. Click Edit Details for information. Facebook then states that the app does not respond when…
5
votes
2 answers

Are Facebook Messenger page-scoped IDs globally unique?

I understand that the same user will have different page-scoped IDs (PSIDs) across different pages. But is it guaranteed that no two users will have the same PSID across different pages? For example, is it possible that user A has PSID 1234 while…