Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8634475
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T09:44:03+00:00 2026-06-12T09:44:03+00:00

i am using facebook registration plugin. I can get the profile pic of the

  • 0

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

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T09:44:04+00:00Added an answer on June 12, 2026 at 9:44 am

    Using the Javascript SDK, you can use Javascript to get the profile picture by doing this:

    FB.api("/me", {fields: "id,name,picture"}, function(response){
        FB.api(
            {
                method: 'fql.query',
                query: 'SELECT src_big FROM photo WHERE aid IN ( SELECT aid FROM album WHERE owner="' + response.id + '" AND name = "Profile Pictures")'
            },
            function(data) {
                alert( data[0].src_big ); // this will alert the URL of the profile picture (stored in data[0].src_big), replace the alert with some useful operation
            }
        );
    });
    

    See similar post: Facebook Javascript SDK – Query Profile Picture

    Hope this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using facebook plugin for user registration on a website. I'm activating captcha by
I'm using grails and facebook graph plugin for the user registration. However, instead of
When using the Facebook Registration social plugin, the user is presented with an undo
I am using Facebook registration plugin. And I added a checkbox field that I
I'm using the Facebook Registration Plugin on my site, but I'm getting security errors
Is there any way using the facebook registration plugin custom fields, to make them
i´m developing a Facebook Fanpage using PHP-SDK 3.0 and integrated a Facebook Registration Plugin.
Is it possible to collect wall posting permission when using the Facebook Registration plugin?
i'm using the registration plugin for my website http://developers.facebook.com/docs/plugins/registration i want permission to post
I'm using the Facebook Registration Plugin and it seems to have stopped working, but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.