2012-12-10 2 views
0

으로 좋아하는 내가 페이스 북의 목록 임 /me/likes 객체를 사용하여 설명는 설명

과 (사용자가 좋아 한 페이지를) 좋아 얻을 수 있지만, 그것은 나를 설명을 좋아 제공하지 않습니다 방법. 와 함께 FQL을 사용할 수 있다는 것을 이해합니다.에 - 또는 모든 요청을 개별적으로 요청하십시오.

하나의 요청으로 얻을 수있는 방법이 있습니까?

답변

1

또는 그래프 API 사용하여이 방법 : USER_ID?fields=likes.fields(description)

1

그래프 API로 가능한 경우 FQL을 사용하지 마십시오.

me/likes?fields=id,name,description 

결과 (내 계정) : 그래프 API는 일반적으로 빠르고 쉽게

"data": [ 
{ 
    "id": "244993732224805", 
    "name": "Jón Gnarr", 
    "created_time": "2012-12-06T00:35:43+0000" 
}, 
{ 
    "id": "161086703983", 
    "name": "Design Shack", 
    "description": "We only offer the cream of great design, filtering through lots of the redesigns that occur every day across the Internet, and cataloguing the greatest projects out there - perfect for getting that spark of creativity going again.\n\t\nRegular articles will teach you new techniques for creating your own designs, and daily community news ensures that you're up to date with the latest developments elsewhere.\n\t\nIf you want to be updated every time a new design or tutorial is added, you can subscribe:\n\t\nDesign Shack RSS Feed\nhttp://feeds.feedburner.com/designshack\n\nTwitter\nhttp://twitter.com/designshack", 
    "created_time": "2012-12-04T14:40:08+0000" 
}, 
{ 
    "id": "274797542535942", 
    "name": "Chasing Aurora", 
    "description": "Chasing Aurora is an explorative 2D aerial action game about the dream of flight.\n\nDrop from the cliff and ride the wind from peak to peak. Fight for the beacon of light with up to three friends in the hostile environment of the Alps.", 
    "created_time": "2012-12-04T12:07:13+0000" 
}, 
...