Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

learn more… | top users | synonyms

-1
votes
0answers
7 views

Facebook app silently deleted [closed]

Some of my apps' users contacted me today to ask me why they couldn't find my Facebook app anymore. It appears that, without my knowledge or any message from Facebook, my app was deleted. What makes ...
0
votes
0answers
5 views

How can I remove Heroku from my facebook app?

I have a fb app that from the beginning didnt have Heroku connected to the app. I wanted to try move my app to Heroku to get SSL and activated Heroku on fb app. But then later on I changed my mind and ...
1
vote
1answer
15 views

Limit the user data accessed by Facebook Login

I'm adding Facebook Login to my website. When users log into my application they have to accept a Facebook popup saying "Muzi.ch would like to access your public profile, friend list and email ...
0
votes
0answers
10 views

FacebookApp integration URL not owned by Application

I'm developing an app to post images to Facebook directly, but an error wont let me do it. These is the output I'm getting: API Error Code: 191 API Error Description: The specified URL is not owned ...
0
votes
0answers
11 views

How to use JavaScript and PHP sdks in the same FB APP

I'm trying to save users' name, birthday and picture into a database redirecting the first page (using javascript) to a php page; the php page should works because I've built it in as a separate app, ...
0
votes
0answers
31 views

Facebook App redirect to domain

I am creating Facebook application using PHP, in authentication process, facebook redirect to my domain, This is simple code to get authentication:: $params = array( 'scope' => ...
-1
votes
0answers
13 views

Changing Go To App button text in Facebook App [closed]

Sorry if this is a basic question but, in my facebook app page, there's a button generated called Go To App. I've seen some applications that have a button similar to this with the text Play Game. So, ...
0
votes
0answers
5 views

FB.Canvas.setAutoGrow horizontal inactive scrollbar in Firefox

I am having an issue with my FB Canvas iframe app. What I use: window.fbAsyncInit = function() { FB.init({ // my app code code code }); FB.Canvas.setAutoGrow(true); } + set Fluid width ...
0
votes
0answers
11 views

Accessing app on mobile - get “Not Logged In. You are not logged in. Please login and try again.” - not sent to login page at all. Why?

suddenly our html5 mobile Facebook app stopped working when you are not logged in to Facebook. when you access the app from a bookmark http://www.realmofempires.com/chooserealm.aspx on a mobile ...
0
votes
0answers
11 views

FB signed_request issue ASP.net c#

I want to access signed_request param on my asp.net page. FB is redirecting the request successfully to the right page. However, it is a GET request thus no signed_request param is passed. Please ...
-2
votes
0answers
6 views

cant, create new app, button missing en link doenst work [closed]

I want to create a new app. The button apps, leads to my own page but the link given in the answers does that to. A developers app, i can't find. I joinede facebook developers. HELP! Nothing works. I ...
0
votes
1answer
9 views

Facebook App Limit

Does Facebook limits the number of applications that I create? At the moment, I have only five applications created and I am getting this error message when try to create a new one: App creation ...
-1
votes
0answers
10 views

How do I add an existing app to my App Dashboard? [closed]

I have an app ID associated with my website (to have a Like buttons, access Insights, etc.), but don't have that app in my Facebook App Dashboard (accessed from "Manage Apps" in dropdown). I wasn't ...
0
votes
0answers
11 views

Offering “Change user” functionality when requesting authorisation of Facebook app

Facebook app requesting the basic authorisation (public profile). If a user isn't logged into Facebook, it will ask them to first login. All good. If a user is logged in, it will bypass the login ...
0
votes
2answers
23 views

Is there a way to get posts from our facebook fanpage users via FB API?

Is there a way to get posts from our fanpage users (the things that our fans post on our fanpage wall) via FB API (app)? I have been looking for a while but could not find any helpful resource ...
0
votes
0answers
10 views

Developing/implementing an open graph app

For implementing OpenGraph I read this tuturial (http://developers.facebook.com/docs/opengraph/getting-started/) and followed the instructions to create the example app. It worked, as indeed an ...
1
vote
1answer
39 views

Does the Facebook API allow for automated changes to old post visibility?

In other words, is there an API that would allow a Facebook user to change their posts (through a 3rd party app), which are older than a specified date, from being visible to the list "Friends" to ...
-2
votes
0answers
21 views

app has been flagged by automated systems for creating a negative user experience [closed]

We got the mail from facebook saying that our app has been flagged because the Users are responding negatively to the photos generated by our app. We have a feature that generates photos based on ...
0
votes
0answers
15 views

“Send to Mobile” ends with API Error Code 191 and error message “redirect_uri is not allowed by the application for OAuth”

The native iOS app is listed on Facebook App Center. But there is issue with "Send to Mobile" action, it fails with error: API Error Code: 191 API Error Description: The specified URL is not ...
0
votes
1answer
28 views

full background image dosnt show full height?

Okay so i am developing an app for facebook, and i am using a textarea which can be adjusted in size. When i start the app the whole of my background image cannot be seen unless i pull down the text ...
0
votes
1answer
76 views

Set page tab content height

How can I set the hight for my page tab content that is from a google site? It works fine, I just want the vertical scroll bars not to be longer than the actual facebook page size. The code I'm using ...
1
vote
1answer
21 views

Facebook app with fluid canvas (width)

I´m trying to set fluid canvas for facebook app, but something is wrong. I found instuction how-to: https://developers.facebook.com/blog/post/549/ I used the same HMTL code from instruction to test ...
-3
votes
1answer
25 views

Sending Notifications to millions of users [closed]

let's say that I have created a nice facebook application, for example a game or a log-in application to a website, and I reach 1,000,000 users or more. Can I send notifications to all these users? ...
-4
votes
0answers
20 views

the application does not work on other countries [closed]

Tried to run the application under the french account, but the application fails to run. The application works by Russian account. How to make it available to all countries?
-2
votes
0answers
18 views

Built an app, others want to use it? [closed]

We built a small Facebook app, nothing fancy. I managed to get it hooked up to our travel agency's page on Facebook, and it hits our own actual website for the content. Some of our friends who also ...
0
votes
0answers
25 views

php redirect to main page of facebook app?

okay so at the end of a script i need the user to be automatically taken to the first page of my app. here is my code: <?php require './facebook.php'; $facebook = new Facebook(array( 'appId' ...
0
votes
1answer
41 views

how can i get a pop up message and redirect to url in php?

I have looked about but no answer that seems to suit my needs. Once a user completes a series of forms, i simply need a message to say thanks, confirm update and redirect to the main page. code: ...
0
votes
1answer
22 views

how can i post on a wall using onclick attribute?

i have tried a few different ways to get my data to post only when the user clicks it, but to no avail. Hopefully someone can help: <link href="facebook.css" rel="stylesheet" type="text/css"> ...
0
votes
3answers
35 views

get action to happen, only when submit button is pressed

i have some code that will post to the users wall, however, at the minute it will post when the page is loaded, i need it to post only when the 'post to my wall button is submitted. here is my code: ...
0
votes
1answer
29 views

get data from text area and post to a wall onfacebook

not sure if this is possible, but what i need to do is take the data from my text area and let the user post that to their wall. my code snippet <div align="center"> <form method="GET" ...
0
votes
0answers
25 views

facebook sdk php post to users wall

okay, so basically i have an app where a user can input some text into a text area, and when they click submit, it is translated and displayed into a different text area. From the second text area i ...
0
votes
1answer
11 views

Create a facebook app with a page account

Is it possible to create a facebook app with a page account instead of a personal one? We have created the page of our company and we want to use it to create the facebook app for login into our ...
0
votes
0answers
11 views

Is only secure facebook account require to access facebook app or page tab?

Right now i am a core developer of one facebook application which design facebook fan page, But i am facing one serious problem with page tab application. When any user try to access page tab with ...
-4
votes
0answers
8 views

Facebook Developers Customizing Ad for iPad only [closed]

I am currently customizing an iPad App Ad on Facebook developers. Our App is only suitable for iPads can the Ad determine if the user is on an iPad compared to an iphone, as we only want to target ...
0
votes
0answers
27 views

Facebook App “Misconfigured for Mobile Access” - Works in different places depending on Facebook settings, but not everywhere at once

I've developed a Facebook Web App (so, one that lives inside an iFrame when you load it at apps.facebook.com/myappname). In the Facebook App settings, I've set the "App on Facebook" section to ...
4
votes
0answers
19 views

How to provide accurate prices with new Payment system

According to new payment documentation available here if we want dynamic pricing we need to set up a script that FB will call saying "User wants to buy x your items and wants to pay in currency CC" ...
0
votes
0answers
17 views

facebook. like an app using api graph error with permissions

I tryed curl -F 'access_token=...' \ https://graph.facebook.com/313449204401/likes with my access token and it returns {"error":{"message":"(#200) Permissions ...
-2
votes
1answer
32 views

Facebook application that allowed to post on friends wall

i created an app that supposed to be allowed to post on friends wall. i get the error: FAILED ((#200) Feed story publishing to other users is disabled for this application - Type: OAuthException - ...
0
votes
0answers
21 views

Fb_appid_access_token not set when redirect_uri present

When redirect_uri is provided in getLoginUrl for facebook login integration, the fb_appid_access_token session is not visible. For some reason the fb_appid_access_token session is not set or may be ...
-3
votes
0answers
14 views

How do I take control of a Facebook application? [closed]

I appreciate that this may be a frequently asked question, but I can't find an answer. I'd like to take control of an existing application. Visiting the application immediately goes to a 404 ...
0
votes
0answers
27 views

Facebook Common Objects not displaying on timeline

In my facebook app, there is a common object type news.read for a page which contains article. I used news.read object so that on user's timeline it will be posted as User read an article on app. When ...
0
votes
0answers
22 views

create facebook application in PHP with dynamic menus

I want to create a facebook application in PHP. Requirement is that in the application content there will be various navigation menus in it like Physics, Maths, Social Science etc. I need to have ...
0
votes
0answers
52 views

Facebook Activity Feed in Mobile Game (iOS and Android)

I'm wondering how to feed an Game Activity on facebook from my mobile application(android game). I know hot to make a post in the wall in facebook but I want directly to post in GameActivity not on ...
0
votes
0answers
33 views

Why aren't app request notifications in facebook android app leading to the Play Store (or) android app directly?

I have configured a native android app in my facebook app settings, however when users send requests to their friends through our app, the notification on the facebook android app doesn't take ...
0
votes
0answers
10 views

Error message while posting on facebook wall using php-sdk api [duplicate]

how to resolve this issue, "Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, ...
0
votes
0answers
23 views

Custom collections of Facebook app not displaying on user's timeline by Default

I have made a collection for the action type check for my facebook app. I also got approval from facebook and now its made public. According to this link ...
0
votes
0answers
39 views

Facebook API | Create custom post type

I have a web page for product reviews. User give a review and fill some fields like title, five star rate and description. This review is posted on Facebook fan page of product. Now, this post on ...
0
votes
1answer
19 views

Is it possible to upload an image to my server through a Facebook Application?

I want to create a Facebook Application where the user can upload an image to my server. I would be glad if you can tell me if this is possible, if there are any restrictions, and what would be the ...
0
votes
0answers
216 views

'Cannot call API on behalf of this user' on FB API call

I am having trouble with facebook API call. I am using Koala for server side api call but recently came into issue making api call. So I tried to bypass koala call and did raw api http call using call ...
-1
votes
0answers
28 views

creating app through fb only for website [closed]

I recently created an "app" through fb developers solely for the purpose of establishing a connection between my website and facebook (ie like button, sharing, and login). My app is currently under ...

1 2 3 4 5 19