English 中文(简体)
How do I create a *public* Facebook community page using the Open Graph protocol?
原标题:

I am trying to integrate pages from a site I am building into the Facebook Open Graph. My goal is to create a Facebook "Community Page" for each cause in my application. I have added Open Graph tags to a page so that I can Like it in Facebook, and a community page corresponding to my cause has been added to Facebook. However, I am the only one who can see the community page, since I am its administrator. All other users are redirected to the URL of the cause itself.

My community page is at:

http://www.facebook.com/pages/Kings-Hospital-Garden-Short-Term-Aid/123353527700762

When fans go to this page, I would like them to see the Facebook community page rather than being redirected. In other words, I want my community page to behave like the following community page referenced in all of the Facebook documentation on the subject:

http://www.facebook.com/pages/The-Rock/109550739071923

Any insight into this would be greatly appreciated.

Also, I asked this same question on the Facebook Platform Developer Forum, but I suspect that the SO community may be more quick to respond.

最佳回答

Currently, it seems like community pages are generated from existing connections in user profiles, and not by the like button implemented on external sites. In your example, "liking" "The Rock" on IMDB does not add "The Rock" community page as one of your interests. It does do the following things:

  • Indicates you "liked The Rock on IMDB" in your profile (recent activity)
  • Adds "The Rock" link to your "movie" interests/likes in your profile (since it s OG type is movie)
  • Posts you "liked the Rock on IMDB" to friends streams (depends on OG data specified)
  • Adds the link to the page to search results (which is what is happening in your case)

I know FB may have implied "likes" would generate community pages during their keynote, so like a lot of their other functionality it may change in the future

问题回答

暂无回答




相关问题
Facebook Connect login dialog not working

I am using Facebook Connect for iPhone and following the official instructions. I use the following code to display the login dialog: FBLoginDialog* dialog = [[[FBLoginDialog alloc] initWithSession:...

Facebook App Profile Tab is Empty ... No Content Displayed?

I can view my application via the http://apps.facebook.com/myapplication/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the ...

Facebook Platform error: "Object cannot be liked"

I m working on a Facebook Application that generates wall posts. In testing these posts, I ve discovered that the Facebook Platform action of "liking" a post is failing. The specific error message ...

how to call showPermissionsDialog() in php (facebook api)?

I was reading over the documentation yet I could not figure out how to call Facebook.showPermissionsDialog() in php include_once ./facebook-platform/php/facebook.php ; $facebook = new Facebook(my ...

Facebook connect

If I plug in the facebook connect into my website, How can I prevent double signups? Lets say I have a user that s already signed up to my site but he clicked the connect with facebook, is there a ...

热门标签