Retrieve a facebook page's type
Posted
by HectorMac
on Stack Overflow
See other posts from Stack Overflow
or by HectorMac
Published on 2010-04-06T22:04:56Z
Indexed on
2010/04/07
13:03 UTC
Read the original article
Hit count: 393
facebook-api
I am trying to display a list of pages similar to the facebook search results. Along with the page's name, I would like to display the page type. The page's type property (from the Pages.getInfo API call returns the rather unfriendly looking strings from this list:
http://wiki.developers.facebook.com/index.php/Page_Types
Is there any way to map these to or retrieve the actual type descriptions facebook uses for page types in the facebook search results?
These are not only more presentable, but appear to be less granular (both good things for my purpose).
© Stack Overflow or respective owner