Tagged Questions

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 PHP, Python, Java or C#.

learn more… | top users | synonyms

3
votes
1answer
44 views

Using the facebook popup design in my app

I am developing a Facebook App and I want use the exact design (style) that facebook has, to show a post - picture, link, status etc. So for example I show a link to a post on the wall that has a ...
3
votes
1answer
310 views

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 ...
3
votes
2answers
222 views

Did Facebook just change their layout for canvas apps with Fixed width (760px)?

I noticed that yesterday all the Fixed-width canvas apps started looking strange: the Facebook chrome is pushed away from the canvas and takes up all the browser page's width, as it does for ...
3
votes
2answers
252 views

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 ...
2
votes
0answers
18 views

Post image to an album on a predefined page

I'm trying to let a user post an image on my website to an album on a specific facebook-page. Before he's able to select an image on his computer he needs to be logged in at facebook and must have ...
2
votes
1answer
68 views

Facebook Sinatra app doing strange redirects

We have a Facebook application implemented as tabs in a page. However, for certain users, it does weird redirects. This doesn't happen for everyone though, which is why I can't wrap my head around it. ...
2
votes
1answer
27 views

Facebook page tab application $_POST values do not set

I have a facebook application that consists of a form which values i want to store in my database. my form method is POST, but in the action method, i cannot get any data sent be the form i use. below ...
2
votes
1answer
47 views

PHP - Facebook Friend Counter

What I'm trying to do is a counter of facebook friends in php, so the result of the code would be something like "You have 1342 Friends!". So this is the code im using: <?php ...
2
votes
1answer
101 views

Connect app with existing Page

I have created a web app that authenticates users on our page and I'd like to connect it with an existing Page, but cannot find that option. I only see "Create Page" in Advanced options, but that's ...
2
votes
1answer
65 views

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 ...
2
votes
0answers
72 views

Having trouble linking a .php file to Facebook Graph through the FB.api function

I've sucessfully implemented the Facebook Recipe Box tutorial. Now I'd like to make a slight modification so that instead of always posting an HTML file with static open graph tags I am posting a .php ...
2
votes
0answers
13 views

Best App Setup for multi-deploy

I am developing a platform which I am going to deploy to many domains (the exact number will change often). I have integrated with other social media outlets, but I am hitting a road block with the ...
2
votes
2answers
215 views

Facebook App Creation With New Account

I have been trying to create a Facebook application with a new Facebook personal account. For whatever reason, my account keeps getting blocked when I try to set up the App Name and Namespace. ...
2
votes
3answers
141 views

Using Graph API to post to fan page as the fan page (not as a user)

Need help. I have Graph API code that uses an auth token with offline permissions to post to a fan page as me. I can't seem to figure out how to get it to post to a fan page as the fan page. The API ...
2
votes
2answers
161 views

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 ...
2
votes
1answer
812 views

Facebook Wall Post is not showing on friends news feed

I have created a facebook application for sending messages.I am posting some content and image to my wall using php facebook feed code.Normally when i post something on my wall it will visible on my ...
2
votes
1answer
40 views

Sharing / Liking an object in a tabbed facebook page

I have a facebook application which will run as a Page Tab. The page will include items such as videos etc.. I want to give the users the ability to like/share the videos. If the URL for the videos ...
2
votes
1answer
256 views

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 ...
2
votes
1answer
55 views

Distinguish accepted application request from not yet accepted on facebook

I'm developing a game for Facebook. I use application requests, also known as invites. I'm wondering if there is a way to distinguish accepted application request from not yet accepted. After a user ...
2
votes
0answers
131 views

How to make Facebok app page invisible so it doesn't reveal identify of our users to their friends?

My site has Facebook Connect to help users with registration and to do this we had to create a Facebook app. And on my Facebook app page, I noticed that it shows list of user's friends who also ...
2
votes
1answer
120 views

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, ...
2
votes
1answer
146 views

PHP Facbook Tagging user in app photo

I am trying to tag my facebook-app user in the photo created by the app. but its giving me error. $args = array( 'message' => $fbme['name'].' will have a love marriage.', 'image' => '@' ...
2
votes
1answer
102 views

Link from Wall to Application Tab that do not open a new window

I know this is meant for programming questions, but I just can't seem to find any information on this anywhere, so here goes nothing: I have a Facebook page to which I added a custom Application tab. ...
2
votes
1answer
48 views

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 ...
2
votes
4answers
288 views

Facebook Send button to send link to iframe tab

It seems that when creating a Send button, Facebook will not let me send a link to the current iFrame tab / app. The link always gets reduced to just the Facebook page. For example, I want to create ...
2
votes
2answers
174 views

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 ...
2
votes
2answers
265 views

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

I am developing a fb application. And 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?
2
votes
2answers
250 views

Can a FB App “via appName” link to our Fan Page? - What do you do?

I created a FB App to facilitate FB Connect authentication on my website. Users can share content from my site to Facebook via the same FB app. We also created a FB Fan Page to grow our community ...
2
votes
2answers
116 views

Are we really expected to reload our Facebook App/Game every 1-2 hours?

The new OAuth 2.0 client-side flow provides an access-token with an expiresIn time. Typically this is 1-2 hours. Users who are playing a game may spend that long playing and they also might play for a ...
2
votes
1answer
348 views

Canvas app not being sent signed_request POST parameter

I understood from Facebook's tutorial that someone clicks on your Facebook app and is brought to your app page: http://apps.facebook.com/example_app Then Facebook opens an iframe with your canvas URL ...
1
vote
2answers
82 views

How to post to user wall only 1 time when a user allows my app?

Currently my app posts to the users wall every time they access the app. I only want it to post to the wall one time when they first authorize the app. Then every time they access it afterward it only ...
1
vote
1answer
32 views

Can we run multiple fb apps using just 1 sub-domain with SSL?

[I read all the similar questions previously answered, but the answers seemed rather conflicting. Please do only respond if you are 100% certain of the answer to prevent further confusion ;-) Thank ...
1
vote
0answers
19 views

How to send news feed from facebook canvas app

Now i am learning how to create Facebook app. I created the canvas app. I send app request to my friend. She can use my app. She send app request to her friends. Now I want to show who are using my ...
1
vote
1answer
89 views

Store Facebook app referrer

I have some Facebook ads and external ads pointing to an app which is sitting on a page tab. When my app stores some user information, I'd like to also record which ad referred them to the app via ...
1
vote
1answer
33 views

Creating A New App For Page

I have a personal FB account, and from there I created a new page that tells about my blogs website. I downloaded a widget for my WordPress theme in my website, to make it possible for me to link the ...
1
vote
0answers
34 views

App Settings: Edit Icon not working [closed]

When i go to https://developers.facebook.com/apps and create a new app and want to upload a thumb or an image for this app the upload doesnt work anymore. either with safari, IE, Firefox or Chrome. ...
1
vote
1answer
46 views

Google cloud stroage for a facebook app

I have made a facebook fan-gate app. I was wondering if anyone had any success using google cloud storage instead of their own server storage. I tried amazon cloud storage but apparently that will ...
1
vote
1answer
66 views

Facebook. Maximum number of requests allocated to your application

I have a Facebook aplication on my site with multi friend selector which posts to selected friends. When I test it on local host all works fine, but when I upload it to live server on the last step of ...
1
vote
1answer
49 views

apprequest with picture?

I want to post an apprequest to the friends of a user with a request-specific image/picture. Unfortunately, the apprequests do not seem to support any picture/image/attachement mechanism, and the ...
1
vote
1answer
50 views

Facebook App Vanity Name (More Than 1000 Likes)

Now that my facebook app has got more than 1000 likes -- https://apps.facebook.com/156485447732146/ But I still can't find how to get the vanity name for it as http://apps.facebook.com/Bizspeaking/ , ...
1
vote
1answer
77 views

Something wrong, with my facebook graph URL

I'm obviously doing something wrong when trying to access information from the facebook graph API, here is the code of my page: It fetches everything I need other than the users email address, I ...
1
vote
2answers
97 views

How to redirect the user to the log in page in a Facebook App

I am hosting a Facebook app on Google app engine, I need to make sure the user is logged into facebook before anything. What I can currently do is display facebook's log in button using fbxml, but I ...
1
vote
1answer
47 views

Add comment via API as company page

Is there any way to comment some object on facebook as company page (not from personal account)? We have comment.add method, but I'm not able to give permissions for my app from company page (I have ...
1
vote
1answer
367 views

FB Fan-gate landing page

I have done a lot of HW and found some code to make a fan gate landing page in facebook but I cant seem to get it working. I am using google cloud storage so I can have a secure URL I have a PHP ...
1
vote
1answer
37 views

Set “human” app name for facebook app

I have created a Facebook app that is accessible at https://apps.facebook.com/12345678 , but I only have a URL with a cryptic app id. Where can I set a name for the app so that I have a nice URL like ...
1
vote
1answer
27 views

Applications List

Is there a way to get a list of all public Facebook applications and some associated data with them such as category, id, title, description, etc.?
1
vote
1answer
176 views

Understanding “runwithfriends” facebook-app sample code

this is my first web-programming experience so I hope my questions doesn't sound very dumb. I have been stucked on this for many days. I am trying to understand a sample code: ...
1
vote
1answer
130 views

How to embed Facebook application on fanpage?

I have created the application, but does not appear on the side of the button "App Profile Page View" in the settings page of the application. Already added the addresses to the iFrame fan page. ...
1
vote
2answers
336 views

Remove horizontal and vertical scrollbar from facebook apps

I have created a facebook apps. It works fine for me. But my problem is that always show vertical and horizontal scrollbar, when I use fluid for both width and height of my page from facebook ...
1
vote
0answers
131 views

Page Tab App create and add to 'Page' (e.g. business page) : appid not found

I'm having a similar problem to others in regards 'Page Tab' (i.e. We don't 'get it') and how to create one has changed so much I can't find the answer. I think it's because I am misunderstanding the ...

1 2 3 4 5 6