Click here to Skip to main content
15,893,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to get page details which created by user in their Facebook Account

so, for that I get the Following Details from the Facebook API
{
   "data": [
      {
         "category": "XYZ",
         "name": "ABC XYZ",
         "access_token": "AAACEdEose0cBAIDsf7VFAZC5EtrtyuHkCU0BwjDUFwEfgbcl7333zk5x123fsEQyu8hAI3ZCQicSytx8M6IFJ3M9JAsG2P86Uml2wafVoZBIaQjw9JN4y3ZArVWtlFIZD",
         "id": "269276102524156",
         "perms": [
            "ADMINISTER",
            "EDIT_PROFILE",
            "MODERATE_CONTENT",
            "CREATE_ADS",
            "BASIC_ADMIN"
         ]
      }
   ],
   "paging": {
      "next": "https://graph.facebook.com/1280265829/accounts?access_token=AAACEdEose0cBAHZBYWZAVzBtRlTIaxR9SIffBdsDUDCXlTe1x3g1L5PvK5rYMww2Cml2ftrradbdZCTm4gJtS3S6VvfrAm2WxlEmfQ2RPIJg4xxr6ew&limit=5000&offset=5000&__after_id=389106104520146"
   }
}


I want this detail in asp.net C# page
like

name = ABC XYZ
id= 269276102524156 etc.....

How can i get this?

thanks
Posted
Updated 11-Mar-13 19:48pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900