Facebook Sidebar/Tab Applications - facebook

Been searching the FB documentation to find an answer for this, but have been unsuccessful.
Is an application able to appear as a tab on a page/profile, and also in the sidebar of that same page/profile?
So the tab would show the full application details, but the sidebar would give a small breakdown.
Is this possible?
Thanks!

Pages and profiles are different. You didn't used to be able to have a profile box and a tab for one application, but Facebook recently changed this. Probably because they stated the profile boxes are going away.
Adding an application as a tab on a Profile has always been a bit problematic and convoluted. The user had to click on the "+" tab, and your app may or may not appear under the list and/or come up in the search. However, 2 weeks ago Facebook announced support for an "add as tab" button.
http://wiki.developers.facebook.com/index.php/Fb:add-profile-tab
Note that a user cannot add your application as a "profile box" until you have posted content to their profile (profile.setFBML) to be displayed in the box. The you can use the fb:add-section-button tag to display the "Add to Profile" button in your application. Box content is cached, so every time you want to update the content you need to post it to Facebook.
Adding an app as a tab to a Page has always been fairly easy. Go to the apps facebook page (not the app) and click on the "Add to My Page" link in the top left.

Profile Boxes (and the corresponding Boxes Tab) are gone.
The replacement for both of these is Application-Specific Tabs. You are no longer able to push content directly to a user's profile.

james, it is possible. just started developing fb apps three days ago. so far my app sits in my tabs and in my profile box, displaying different infos.
http://www.snipe.net/2008/09/planning-a-facebook-application/
try this.

Ah interesting, found Developer Roadmap and basically lays out that what I am asking to do, won't be possible for much longer. Unfortunate, but I guess answers why I am finding it rather hard to do.

Related

Page settings for an app

We have a facebook app that we have created for people to use on their organization's pages (not personal accounts), and in the past when they wanted to adjust the settings they would go onto the page, go to edit settings, and go to the appropriate app. It would take them to a /settings page that was built into the canvas app.
I can't find where that menu chain is anymore. Edit Settings no longer has anything about apps in it unless I'm on a personal page.
Where do I find this information now?
Thanks!
Edit: For clarification, the place I'm trying to go to is called the 'Page Tab Edit URL'.
Double Edit: I posted a question on the facebook help community - haven't seen anything there either https://www.facebook.com/help/community/question/?id=10151539448667919
On the page having the app click Edit Page and then select Edit settings.
On the Settings page click more... (under the page name) and select apps.
Now you have the old app list with the link to go to app.

How to hide a pre-built app tab from a fanpage temporarily during development

I'm wondering how to hide a Facebook tab from a published fanpage while the tab is under development, so that it only appears for page Admins?
I know you can do this for custom built apps (the sandbox setting), but here I'm not referring to a custom built app, but prebuilt apps like Static HTML.
In order to edit tabs it seems that they have to be added to the page, in order to be able to edit them. That's a problem when customizing a Facebook tab, as you don't want your fans to see your work-in-progress content until it's ready to be published.
Any one who has experience with this?
You could show it only when an admin is logged in by checking the session.
I can't help you more because there is too few information of what you're using..

Custom Tab name reverts to original when the app is selected

I have some weird problems with facebook's custom tab name.
I made a sort of app generator and installed two test apps on a facebook page, as tabs.
The custom tab name can be changed from inside the app and it seems to work ok at first. For example, when you access the Facebook page or a tab like Wall, Photos, etc. the tab names for the apps are the custom ones set from inside the app.
However, if you select one of those apps, the custom tab names revert to their original tab names, the ones set inside Facebook's app developer.
I tested this with 3 different browsers (Opera, Firefox and Chrome), with my account as the app administrator, with a test user for the app account and with an account not related to the app (although this account was also a tester for the app, until I removed it).
Everytime it happened the same.
Is this how the custom tab name should work or is it a sort of Facebook bug?
[edit]This is the link to the page: http://www.facebook.com/pages/My-Great-Demo/141137282644944?sk=app_215275071852681
I don't have a detailed answer for you yet but I've experienced the same and understand from several sources that this is a Facebook bug introduced lastnight with some changes. It appears to be causing grief for a lot of people and Facebook is apparently working on a fix.

How to hide Facebook applications developers?

How can I hide Facebook applications developers from the application page?
When clicking on the edit information in the page, it takes me to the application settings. I can remove developers, but I can't manage to find where I can hide them!
It used to be that setting a company name (really just a text string) in the application information section would show that company name instead of a list of developers. Unfortunately I can't find this "company" field anymore in the new apps editor (https://developers.facebook.com/apps/), but you may be able to find it if you still are using the old (http://www.facebook.com/developers/).
Please visit this thread: http://www.facebook.com/groups/fbdevelopers/?view=permalink&id=244146462295542
It is a bug, Facebook is aware of it.
You need to enable "Sandbox Mode". This way, it will only be visible by developers. Remember it can show an 4oh4's page if you are not logged as a developer.
Edit: Okay, I didn't read your post correctly, you want to hide whom are the developers of an application. I believe this information is not available, is this a "Canvas Page" or a "Fan Page"?

How do I get a Facebook app I've created to show up on a Facebook "Page"?

I have successfully created a Facebook application. I have successfully added the application to my Facebook "Page". After I do this, no link for the app shows up in the menu on the left. This seems like something that should be simple to do, yet I can't find any documentation that is up-to-date. Any help is greatly appreciated.
Configure the Page Tab settings in your application settings under Facebook Integration.
Go to the developer page where you get the list of your apps.
Click on the more link next to your app, and choose Application profile.
Once you are on the app profile, on the sidebar menu click on Add to my page and choose the page where you want to add the tab.
Note that you must have your app tab configured properly inside your app configuration in order to get this to work i.e. setting the correct domain and tab file.
If you are logged in as the page, I suggest you either creating a profile ID and log in as it, or the solution that #ifaour pointed out, although it will be difficult to find your app inside the search engine that FB provides.