Where can i get the Facebook.api methods name such as to get logged in user friends then we call following method
Facebook.api(‘/me/friends’)
I want to know where is the documentation about request methods string like ‘/me/friends’ , ‘/me/albums’ etc.
—
Thanks
There’s no such “documentation” for the ALL the request methods.
But you can take a look at : Graph API Explorer