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 trying to create a new place, and based on both sets of docs (Twitter and this gem) I need to call similar_places first to check with places that might match as well as _obtain a token from the similar_places response._ I don't see anywhere that the similar_places method returns a token, it only returns an Array of Place objects. geo_objects_from_response bypasses the rest of the response and parses only the places into the Array, leaving behind any trace of the token.
Please tell me where I'm wrong.
The text was updated successfully, but these errors were encountered:
I'm trying to create a new place, and based on both sets of docs (Twitter and this gem) I need to call
similar_places
first to check with places that might match as well as _obtain a token from the similar_places response._ I don't see anywhere that thesimilar_places
method returns a token, it only returns an Array of Place objects.geo_objects_from_response
bypasses the rest of the response and parses only the places into the Array, leaving behind any trace of the token.Please tell me where I'm wrong.
The text was updated successfully, but these errors were encountered: