문제

I'm creating a Rails app for use with Reddit's API.

How can I go about telling if a logged in user has voted on a link before? And which direction did they vote?

도움이 되었습니까?

해결책

I found that if a user is logged in, in the JSON of a listing item there is a variable likes

likes is true for an upvote, false for a downvote and null for no vote.

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