标签: javascript dom foursquare
我有一个着陆页网站,我想提取最新的签到位置。
EX: 目前在加利福尼亚州旧金山
最好的方法是什么?谢谢!
答案 0 :(得分:1)
我会使用Foursquare提供的RSS Feed并使用jQuery来解析feed。 Foursquare提供了Feed:https://foursquare.com/feeds/,可以使用jQuery.ajax()http://api.jquery.com/jQuery.ajax/