views:

118

answers:

2

I have a facebook app page, and a separate facebook business profile page.

The business page was created, but not by me, some time before the app and its page were created. Is there any way to connect the two pages, or import the content and friends from one to the other?

The older profile page has some content; a set of friends and wall posts that I don't want to lose. It was created before I had a chance to set up an app page. Since the app was created more recently, it does not have any content posted to it.

I intended the app page to eventually hold some advertising info for my main website itself (non-canvas, just using fb for the connect api etc). The idea being that as people sign up on my site through facebook's OAuth, I could use the graph api to post to their wall.

The wall posts are working as expected but naturally they are directing users to the facebook app page, which has no content, friends etc. I'd prefer to be directed to the original business page, where the party is really happening.

Now it seems that the two pages are completely separate; what would I need to do to direct the users to the business page?

A: 

I'm confused as to what you are asking. Are you asking how to specify the URL for your facebook connect application which will write a message on the users wall?

jostster
No, that's not the problem. The problem is that my organization has a facebook profile page for a product, and a further page for the facebook app. The two are logically related but I want to know if they can be linked. I dont like the fact that all the user's wall posts are on one page, and info about the app on another.
Dan
You can't "link" 2 pages together in facebook. I will suggest however in your facebook (http://facebook.com/developer) click on your application then click on edit settings then click on facebook integration and fill out the profile tab information. This will allow you to add your application to your profile so then can then click on it and go to your app page.
jostster
+2  A: 

You cannot link those two pages, they have different purposes: describing a topic (company/band whatever) and a describing an application.

What you can do to drive users to the business page is inserting an attachement to your wall posts, users will focus on them and thus be less likely tempted to click on the application that sent the post. Attachement with images are more powerful too.

have a look a the documentation here: http://developers.facebook.com/docs/guides/attachments

use the href attribute for the link to your business page.

hope this helps

hellvinz