문제

Is it possible to query the facebook graph api for user's likes and retrieve only those done after a specific timestamp?

Reading this document: https://developers.facebook.com/docs/graph-api/using-graph-api it seems possible to specify different values for since and until, but if I query the api with something like:

userid/likes?since=1397665805

I get all the user's likes. Am I doing something wrong or what?

도움이 되었습니까?

해결책

After a couple of days spent searching the web and trying the graph api, seems clear that this kind of result can't be achieved.

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