문제

I'm looking to run a competition on Facebook for my company by posting a question and entering the commenters into a random draw.

I was wondering if it was possible using either FQL or graph to list people who have commented on a particular post, along with the date of their comment?

도움이 되었습니까?

해결책

Using the Graph API Explorer, if you use the following

/me?fields=id,name,posts.limit(10).fields(comments)

You can access all the comments on the 10 recent posts. Tinker around - you'll find what you need.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top