Talk:Users.getStandardInfo

From Facebook Developer Wiki

Revision as of 19:04, 7 May 2009 by Pete Bratach (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

how about profile pic info?

[Mike@FB] This information is not available at this time.

[edit] email

Where's the "Proxied email address" field? - 193700405 02:59, 7 August 2008 (PDT)

Sorry, I just updated the docs. Also, you can check the User FQL table. -- Pete User:563683308
Thanks! - 193700405 09:17, 12 August 2008 (PDT)

[edit] Display name as fb:name but what is the code for state,city,country and email

I have displayed the name as fb:name but what is the code for state,city,country and email but when i have write <fb:city uid="loggedinuser" /></fb:email>,<fb:city uid="loggedinuser" /></fb:email> <fb:state uid="loggedinuser" /></fb:state> ,<fb:country uid="loggedinuser" /></fb:country> but it is not working. Please help......

There aren't FBML tags for those entities. Also, you need to use users.getInfo to get that information if you want to display it. The data comes back in XML or JSON format, and you can display it as text. Pete (563683308 12:04, 7 May 2009 (PDT))
reference