问题描述
查看foursquare页面(例如: place vendome,place vendome,paris )文字:显示" 9.4/10人喜欢这个地方".我想通过Foursquare API获取此信息.我猜这是计算:likes/(likes + dislikes).一切都很好,但是尽管nr of likes可用nr of dislikes似乎并不是. (查看地点API BTW,看起来合乎逻辑)
我瞥了一眼吗?
推荐答案
问题描述
When looking at FourSquare pages (e.g: Place Vendome, Paris) the text: "9.4/10 People like this place" is shown. I'd like to get to this information through the Foursquare api. I'm guessing it's the calculation: likes/(likes + dislikes) . All fine, but although nr of likes is available nr of dislikes doesn't seem to be. (Looking at the venue Api btw, which seems logical)
Am I glancing over something?
推荐答案
The 9.4/10 rating is computed from an algorithm that includes a variety of signals beyond likes/dislikes. You can use the venues/detail endpoint to get the numerical value of the rating.