我是ruby的初學者,我正在學習foursquare API。我有一個請求在ruby中獲取訪問令牌foursquare
https://api.foursquare.com/v2/venues/search?ll=40.7,-74&oauth_token=QUWOWXK2YGKXI4KIJVXFKYIHZ0I1AKD2XV0GEPCF2F5NQ1E0&v=20131030
我不知道如何獲得oauth_token該請求。我該怎麼做?感謝您的幫助。
我是ruby的初學者,我正在學習foursquare API。我有一個請求在ruby中獲取訪問令牌foursquare
https://api.foursquare.com/v2/venues/search?ll=40.7,-74&oauth_token=QUWOWXK2YGKXI4KIJVXFKYIHZ0I1AKD2XV0GEPCF2F5NQ1E0&v=20131030
我不知道如何獲得oauth_token該請求。我該怎麼做?感謝您的幫助。
還有就是foursquare2 gem,或者如果您希望瞭解更多的教育,https://github.com/pierrevalade/foursquare-rails-examples
看看我們對API入門指南,應該解釋大部分的你對的oauth_token,CLIENT_ID的問題,和client_secret。 https://developer.foursquare.com/start。似乎您已經在Foursquare上創建了一個應用程序,您需要這樣做才能使用該API。
你能解釋一下client_id和client_secret是什麼嗎?謝謝 ! –