I'm testing a module of Facebook ( http://facebookpsmodule.codeplex.com/ ).
I got a list of all users in a group using (get-fbmember 123456789, example )
With the list of user I tried to catch location and hometown of each user. ( get-fbobjectdata -id 121212121 ), but he only brings some attributes.
I tried using the parameter -fields
PS C:\Users\FABIO> Get-FBObjectData -id 10000xxxxxxxx75 -Fields hometown 10000xxxxxxxx75
but he does not bring me the attribute, only the user id researched.
someone with some experience with this and can help me?
Notes:
1) I started the session with the command ( new-fbconnection , and i typed my user and password )
2) list of fields: https://developers.facebook.com/docs/graph-api/reference/v2.1/user
Fábio de Paula Junior