Talk:Page (FQL)

From Facebook Developer Wiki

Jump to: navigation, search

Anyway to get just the zip (postal code) by itself? I've noticed that for businesses there is no way to find businesses close to me. So unless I know the business exists, I can't find it. Not sure if facebook plans on adding a location based search param to the pages search, but I'd like to be able to use a sililar function in my app so if I just could get the zip itself then I could use it in a radius query.

[edit] link to actual fan page

PROTIP: To link to the fan page itself from the Page ID, use http://www.facebook.com/profile.php?id=[PAGE_ID] - 193700405 07:24, 23 February 2009 (PST)

[edit] why the %$^* are groups in this?

if you query this table with a group id instead of a page id, it returns the group info, with type=GROUP... and fan_count returns the number of members (which you can't get from the group table).

...THIS MAKES NO SENSE. This confused the hell out of me in one of my apps... why isn't this mentioned anywhere? Why does the page table return more useful information on a group than the group table does?? I'm mad as hell! - Robin 07:13, 25 March 2009 (PDT)

reference