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
7
votes
1 answer

How can I link my Facebook App Profile Page to a Facebook Page?

We have a Facebook App which is launching tomorrow at 9am. The App Profile Page is here: http://www.facebook.com/apps/application.php?id=305816312768314 There's a banner on it which says these pages are deprecated, and I should migrate. I would…
Don MacAskill
  • 868
  • 1
  • 7
  • 14
7
votes
2 answers

Auth Dialog Customization

How can we change the "Goto App" button text like in "The Guardian" app? Is this a standart text for "read" action?
Errico Malatesta
  • 179
  • 1
  • 13
7
votes
1 answer

Why is the first request to a Facebook IFrame App Canvas Page a POST request?

I noticed when I set up my first FB app today (an iframe app accessed within facebook) that all the requests made to it via facebook are HTTP POSTs rather than GET requests. Is there any reason for this? What if I wanted to implement HTTP caching?…
Ben Waine
  • 1,650
  • 3
  • 21
  • 34
7
votes
1 answer

What's the difference between a Facebook app and a tab?

I want to add a link to my Facebook page that will open new information within my page. Not a website, but information from a scoring program my bowlers use. I'm not a programmer by any means and have no programmer on staff I am trying to teach…
7
votes
1 answer

Check if page tab app is still installed

What is the best way to check if a tab app is still installed on a specific Fan Page, using the graph api? The only way I can come up with is using, https://graph.facebook.com/page_id/tabs/app_id, and this will return the data for the given tab,…
Jackson
  • 455
  • 1
  • 5
  • 10
7
votes
0 answers

If posting to a group, requires app being installed in the group, and either publish_to_groups permission with user token

I am trying to post to my group by a business app type facebook but getting below error: Fatal error: Uncaught Facebook\Exceptions\FacebookAuthorizationException: (#200) If posting to a group, requires app being installed in the group, and…
7
votes
1 answer

How to provide screencasts to Facebook for app review

I have a Facebook app to publish content to my Facebook page automatically from a website. This app needs manage_pages & publish_pages permissions. Facebook asks apps to be reviewed in order to keep working. When I try to create a new submission for…
7
votes
1 answer

Facebook Graph API – access denied for public page event

I'd like to receive data on a public page event via the graph api. I have been doing this for quite a while now, but suddenly my code is not working any longer. Take for example the page ID 128431033877314. A graph api GET call to…
panepeter
  • 3,224
  • 1
  • 29
  • 41
7
votes
1 answer

The redirect_uri URL is not supported

I am using facebook app on two servers, dev and live. The dev server is hosted at test.testdev.com and live server is hosted at test.testlive.net. Earlier it was working properly on both the servers but now it works only on dev. When I try to access…
Abhimanyu Bind
  • 225
  • 3
  • 13
7
votes
1 answer

Facebook: How to separate debug and prod mode events?

I'm using the Facebook SDK to track ads mobile install and followed this tutorial: mobile ads install So far, events in DashBoard / Insight are not separated for debug / prod mode. Do I have to create 2 appIDs to separate the debug and prod events…
james075
  • 1,280
  • 1
  • 12
  • 22
7
votes
3 answers

Send notifications to people that have not installed my Facebook app

MyApp users can select a Facebook friend and send them an ANONYMOUS Christmas wish. It is extremely important that the identity of the one that sends the wish is never revealed. Everything is OK as long as the recipient is as well a MyApp user,…
7
votes
1 answer

Remove scrollbars from Facebook page tab app?

There are hundreds of posts about this on the internet, many of which are here on StackOverflow, but unfortunately none of the solutions mentioned seem to work for me. I have spent the better part of 6 hours tinkering with no success. Here's what I…
Scully
  • 1,038
  • 3
  • 10
  • 23
6
votes
2 answers

facebook dialog to add facebook tab app - returns - tabs_added[pageId]=1

It seems the new dialog to tab app to a page -> https://developers.facebook.com/docs/reference/dialogs/add_to_page/ - calls the app url with a GET (redirect_uri?tabs_added[nnnnn]=1) (where nnnn - pageId of page the app is being added to) I can't…
user1055761
  • 1,071
  • 1
  • 12
  • 28
6
votes
3 answers

Facebook application - get signed_request with JavaScript

I have a FaceBook application. Is there any way to get signed_request with JavaScript? With PHP it looks like this: $_REQUEST['signed_request'], but I can't use php.
user1067939
  • 93
  • 1
  • 1
  • 6
6
votes
1 answer

How to delete post in facebook by id using php, graph API

Can someone tell me how can I delete my own posts in facebook by id using PHP , graph API I'd searched in google but I didn't find anything :( Thanks in advance
Hmache
  • 140
  • 1
  • 6
1 2
3
89 90