Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

i have two facebook accounts, one is for my personal, and other one is company profile.

i just developed facebook application (using personal account), but how can i add it into company profile account, to be accessible using left menu on FB page?

tnx in adv!

share|improve this question

2 Answers

up vote 4 down vote accepted

You have to go to the application profile page :

http://www.facebook.com/apps/application.php?id=YOUR_APPLICATION_ID

You can also get there by going to facebook.com/developers then click on your application the right, then on the next page click "application profile page".

So when your on the "application profile page", on the lower left side there is "Add to my Page". Then you have a popup, you choose your page and "add to page" and voilĂ  :)

share|improve this answer
1  
adding, he needs to do this from a Facebook account that is admin on the page. – ifaour Jun 7 '11 at 13:14
yep thanks @ifaour – dwarfy Jun 7 '11 at 13:30

Facebook as changed the way we now do this.

You can check the announcement here: https://developers.facebook.com/blog/post/611/

They've deprecated the Application profile page.

Bottom point, you now have to go to this address:

http://www.facebook.com/dialog/pagetab?app_id={YOUR_APP_ID}&redirect_uri={YOUR_URL}

where:

{YOUR_APP_ID} -> should be replaced with the APP ID generated by Facebook

{YOUR_URL} -> should be replaced with the address where your tab is hosted

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.