I think I’m loosing my mind, since it can’t be that the simplest thing can not be found.
Is there no place online that document all the types of requests I can make with facebook.request() and exactly what is returned in reply?
Yes, I’ve seen facebook.request(“me/friends”), and simple enough, but where is the information about how to request specific information about specific friend? how to request information for a list of specific friends? how to request my own information??? I need my own user id after I login to facebook to save in my db after I register to my app (for example), where is that id visible? and if it’s not, how to I request it?
If this information is available somewhere online, it would seem my searching skill is not what it used to be, can anyone point me in the right direction??