You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble following the recent changes for api_versions. There's an api_version method in access_token.rb that returns config[:api], implying that the api_version should be specified amongst the settings in the token class. But in FoursquareToken, :api_versions and :api_version are defined, not :api.
It also doesn't look like that api_version is ever actually merged in when there's a request.
The text was updated successfully, but these errors were encountered:
I'm having trouble following the recent changes for api_versions. There's an api_version method in access_token.rb that returns config[:api], implying that the api_version should be specified amongst the settings in the token class. But in FoursquareToken, :api_versions and :api_version are defined, not :api.
It also doesn't look like that api_version is ever actually merged in when there's a request.
The text was updated successfully, but these errors were encountered: