Facebook Graph API retrieve Friends with json and C#

前端 未结 2 1142
梦谈多话
梦谈多话 2021-02-06 15:53

I\'m working in C# with the Graph API and have been able to grab Facebook user profile information such as the ID, Name and email and then deserialize the JSON to be able to ass

2条回答
  •  长情又很酷
    2021-02-06 15:55

    You need a JSON parser for C#.

    This might help: parsing JSon using JSon.net

    There are many other C# JSON parsers:

    1. JSON Checker

    2. JAYROCK

    More here

提交回复
热议问题