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

External login is not working for facebook in MVC 4 webapplication

I have noticed that after expiration of Facebook GRAPH API on March 27, 2017 my Facebook application is not providing the access to my web application. Mainly OAuthWebSecurity is failed to fetch the login state from the facebook graph API, I have…
9
votes
4 answers

Need Help on OAuthException Code 2500

I am trying to develop an Facebook application (apps.facebook.com/some_app) using PHP where I need to present some information based on user's music interests. I found that its under "user_likes > games". My problems are as follows: To gain access,…
9
votes
1 answer

Facebook App Review process

We would like to allow users to signup for our site with their Facebook credentials. We'd also like to read the user's location during signup, for which FB now require approval. Obviously, we can't launch the site until users can signup, but FB…
Paul
  • 494
  • 5
  • 8
9
votes
2 answers

unable to access facebook app / fan page tab on mobile browser

I have created an app an that can be accessed by the desktop browser by following link like "https://apps.facebook.com/APP_NAME/". While I am running facebook on android mobile on google chrome browser going through https://m.facebook.com, I am not…
Chirag Shah
  • 1,463
  • 2
  • 18
  • 40
9
votes
1 answer

Why can't I submit an "App Detail Page"?

I have -- to the best of my knowledge -- entered every required piece of information for my Facebook App Detail page to be submitted (and accepted by FB). I think I comply with App Center Guidelines and have met all the requirements. Still I…
fastcatch
  • 755
  • 6
  • 18
9
votes
1 answer

Link from ticket_uri is opening a blank page

I've got a php page that is pulling events from a facebook fan page. If I open an incognito window (or log out of facebook) and then click the link, a blank page opens. My guess is there's something to do with access tokens, permissions of the FB…
9
votes
3 answers

Finding the "Android class name" in "AndroidManifest.xml" generated by Unity3D

When configuring a "Android Native App" in a Facebook app, they require the Android Class Name. If you created the Android APK from Unity3D, how do you know what class to use?
Mattias
  • 3,907
  • 4
  • 28
  • 50
9
votes
1 answer

Facebook App notifications on mobile

My Facebook app sends notifications with some information to its users with Notifications API. However, these notifications are only received on desktop, but not on mobile devices. How can I reach all the mobile users community?
user411103
9
votes
4 answers

Facebook share button: how to implement

I'm trying to figure out how to implement the Share button exactly as how it is implemented here. I want the ability to let users post a given link to their news feed without requiring any kind of app permissions with some optional text that they…
paul smith
  • 1,327
  • 4
  • 17
  • 32
8
votes
2 answers

Facebook test users with phone number instead of email

I've been trying to create a bunch of test users for my test application that will be mocking a case when user signed up to Facebook using his phone number (not his email). Turns out that the tool to create test users (App -> roles -> test users)…
pidabrow
  • 966
  • 1
  • 21
  • 47
8
votes
2 answers

Facebook app settings on PhoneGap application

I have a phonegap application that uses the main facebook-plugin for connecting. I'm also using the phonegap build to directly get the apk/ipa without generating an android/ios project. Inside the facebook for developers, however, I have to complete…
Radu Vlad
  • 1,474
  • 2
  • 21
  • 37
8
votes
1 answer

Pass Facebook access token to comments box

I have an Android application that uses Facebook authentication, so I know users access token. In the Android application I have a screen with a WebView that loads a page from the server with Facebook Comment box. The server page (loaded in…
NickF
  • 5,637
  • 12
  • 44
  • 75
8
votes
1 answer

Ideal solution to deprecated use of fb:page_id to claim a domain

I have been asked to claim a domain for a brand. We used to do this by using This would automatically give admins of the relevant Facebook page access to the domain insights. Facebook will no…
8
votes
2 answers

Post to page wall as a page via application not visible to others

ONe of my application is posting information on a page (as the page). But it looks like that only me (I am administrator of the page) can see the message. I checked the privacy settings of that message with Graph API explorer and it looks ok: …
Vénizia
  • 581
  • 5
  • 14
8
votes
2 answers

Facebook App: Getting a user's name from ID

I just had a FB app project turned over to me, and I'm trying to clean up a few items before it goes live. The original programmer has the user ID number stored in the database, but doesn't display it or the name. I'd like to display the user's…
ryan
  • 83
  • 1
  • 1
  • 5
1
2
3
89 90