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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T16:45:54+00:00 2026-05-27T16:45:54+00:00

how to get the friends list (below) into and out from a iDictionary? Example

  • 0

how to get the friends list (below) into and out from a iDictionary?

Example

{
  "data": [
    {
      "name": "John Smith", 
      "id": "111"
    }, 
    {
      "name": "Alice Smith", 
      "id": "222"
    }, 
    {
      "name": "Mary Smith", 
      "id": "333"
    }
  ], 
  "paging": {
    "next": "https://graph.facebook.com/me/friends?format=json&limit=5000&offset=5000&__after_id=100003243976011"
  }
}
  • 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-27T16:45:55+00:00Added an answer on May 27, 2026 at 4:45 pm
    1. You have to add System.web and System.Web.Extensions assembly reference in your application
    2. Then try to use following code

    string jsonData = @”{ “”data””: [ { “”name””: “”John Smith””, “”id””: “”111″” },
    { “”name””: “”Alice Smith””, “”id””: “”222″” },
    { “”name””: “”Mary Smith””, “”id””: “”333″” } ],
    “”paging””: { “”next””: “”https://graph.facebook.com/me/friends?format=json&limit=5000&offset=5000&__after_id=100003243976011″” } }”;

                JavaScriptSerializer seri = new JavaScriptSerializer();
                var items = seri.Deserialize<Dictionary<string, object>>(jsonData);
            // As data in JSON is array get it deserialize as ArrayList of Dictionary<string,object>
                var dataArray =  items["data"] as ArrayList;    
            // Each item in array list contain key value pair of name and id
                foreach (Dictionary<string,object> item in dataArray)
                    {
            //Read Item
                    foreach (KeyValuePair<string, object> detailItem in item)
                        {
                        Console.WriteLine(detailItem.Key + " - " + detailItem.Value);
                        }
                    Console.WriteLine("-------------------------------------------");
            // Read Item
                    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The code below is for saving friends list from facebook. Profile[] f=user.getFriends(); for(int i=0;i<f.length;i++){
I am trying to get the list of specific user`s friends from twitter. This
How to get the friends list by the date they added? Or How long
I have requirement to get Facebook friends list with their images. How can I
I want to get the userNames of people in my friends list . How
I'm trying to get a list of user's friends using fb connect for the
Can we get relationship status changes of our friends from last 3 days including
I use a code to connect gmail and get my friends list. In that
I am implementing iPhone app where I want to fetch list of friends from
Hi I'm using twitterizer to get a list of friends for an authenticated user.

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.