People API

友人一覧の取得

GET https://api.mixi-platform.com/2/people/User-ID/Group-ID

取得例

https://api.mixi-platform.com/2/people/%40me/%40friends
{

    "entry": [
        {
            "thumbnailUrl": "http://profile.img.mixi.jp/photo/user/xxxxxxxxxxxxx_0000000000.jpg",
            "id": "xxxxxxxxxxxxx",
            "profileUrl": "http://mixi.jp/show_friend.pl?uid=xxxxxxxxxxxxx",
            "displayName": "XX"
        },
        {
            "thumbnailUrl": "http://profile.img.mixi.jp/photo/user/yyyyyyyyyyyyy_0000000000.jpg",
            "id": "yyyyyyyyyyyyy",
            "profileUrl": "http://mixi.jp/show_friend.pl?uid=yyyyyyyyyyyyy",
            "displayName": "YY"
        }
    ],
    "startIndex": 0,
    "itemsPerPage": 50,
    "totalResults": 2

}