i am using facebook registration plugin. I can get the profile pic of the user by knowing either his facebook username or userid (accesstoken not required for pic). I can get userid or username by getting the access token etc. But , i cant get the username or userid from accesstoken here. So, is there any way i can get the username or userid or large profile pic from registration plugin?
Thanks
Using the Javascript SDK, you can use Javascript to get the profile picture by doing this:
See similar post: Facebook Javascript SDK – Query Profile Picture
Hope this helps.