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 7159697
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T13:16:26+00:00 2026-05-28T13:16:26+00:00

I am trying to implement user registration on my mvc3 site using fb. My

  • 0

I am trying to implement user registration on my mvc3 site using fb. My question is regard this bit of code

    FacebookClient fbClient = new FacebookClient(accessToken);
    dynamic me = fbClient.Get("me?fields=id,name");

What other parameters can be specified in the request “me?fields=id,name,??”. My application requires Email Address, phone number, address and name (first name, last name). I would be grateful if someone could tell me or better yet point to to somewhere I can find documentation on this.

  • 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-05-28T13:16:27+00:00Added an answer on May 28, 2026 at 1:16 pm

    This is a sample of the parameters you get inside dynamic me = fb.Get(“me”) without user permission:

    “id“:”894555532”
    “name“:”John Doe”
    “first_name“:”John”
    “last_name“:”Doe”
    “link“:”http://www.facebook.com/johndoe”
    “username“:”john”
    “bio“:”Sample bio”
    “quotes“:”\”Sample quote””
    “work“:[{“employer“:{“id“:”39233323343″,”name“:”Sample Company”}
    “position“:{“id“:”142461033332450″,”name“:”Backend Developer”}
    “projects“:[{“id“:”214103971985333”
    “name“:”Coors Light, Sample Project”}]}]
    “favorite_teams“:[{“id“:”171522852874952″,”name“:”Juventus”},{“id“:”112325268793829″,”name“:”Barcelona F.C.”}]
    “favorite_athletes“:[{“id“:”326971266226″,”name“:”Alessandro Del Piero”}]
    “gender“:”male”
    “timezone“:-6
    “locale“:”en_US”
    “verified“:true
    “updated_time“”2012-01-24T09:12:17+0000”}

    “email” requires user permission

    I’m sure there are other things you can get, though there is no official list for c# sdk yet.

    This is a sample of how to get all that info:

    var fb = new FacebookWebClient();
    dynamic me = fb.Get("me");
    
    imgProfilePic.ImageUrl = string.Format("https://graph.facebook.com/{0}/picture", me.id);
    lblName.Text = me.name;
    lblFirstName.Text = me.first_name;
    lblLastName.Text = me.last_name;
    

    Here’s an updated / complete list a scopes for Facebook C# SDK:

    ads_management
    create_event 
    create_note 
    email 
    export_stream 
    friends_about_me 
    friends_activities 
    friends_birthday 
    friends_checkins 
    friends_education_history 
    friends_events 
    friends_games_activity 
    friends_groups 
    friends_hometown 
    friends_interests 
    friends_likes 
    friends_location 
    friends_location_posts 
    friends_notes 
    friends_online_presence 
    friends_photo_video_tags 
    friends_photos 
    friends_questions 
    friends_relationship_details 
    friends_relationships 
    friends_religion_politics 
    friends_status 
    friends_subscriptions 
    friends_videos 
    friends_website 
    friends_work_history 
    manage_friendlists 
    manage_notifications 
    manage_pages 
    offline_access 
    photo_upload 
    publish_actions 
    publish_checkins 
    publish_stream 
    read_friendlists 
    read_insights 
    read_mailbox 
    read_requests 
    read_stream 
    rsvp_event 
    share_item 
    sms 
    status_update 
    user_about_me 
    user_activities 
    user_birthday 
    user_checkins 
    user_education_history 
    user_events 
    user_games_activity 
    user_groups 
    user_hometown 
    user_interests 
    user_likes 
    user_location 
    user_location_posts 
    user_notes 
    user_online_presence 
    user_photo_video_tags 
    user_photos 
    user_questions 
    user_relationship_details 
    user_relationships 
    user_religion_politics 
    user_status 
    user_subscriptions 
    user_videos 
    user_website 
    user_work_history 
    video_upload xmpp_login
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to implement OpenId login for a web application. Whenever new user who
I'm stuck trying to implement a user-configurable filter on a table using jQuery (in
I'm very new to RoR, and am trying to implement a user login system.
I'm trying to use xVal to validate the registration of a new user. I've
I 'm trying to implement user authentication and authorization using roles table, user table
I'm trying to implement some code to import user's data from another service via
I'm trying to implement a two-step registration form for my site wherein I used
I'm trying to implement a time limit a user has to answer a question
I'm trying to implement some code that asks if the user wants to exit
I'm trying to implement User Registration for my Django app. The book I read

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.