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
Attempting for formulate a request for foursquare via browser page.
Was getting a "services is empty" so started looking through hyve.foursquare.js.
Since the geo change, I don't think there was an addition to geo within hyve.core.js
Also, are there some spelling errors that are causing issues or am I not looking at the code correctly.
Line 12 on hyve.foursquare.js has "feed_urls :{" though on line 17, it asks for "options.feed_url,".
Lastly, maybe I am formulating the request incorrectly.
I attempted hyve.geo.stream("query here", function(data){console.log(data)});
as well as hyve.search.stream("query here", function(data){console.log(data)}); with no luck.
On the same page I also included hyve.feeds.foursquare.client_id and hyve.feeds.foursquare.client_secret.
Thanks
The text was updated successfully, but these errors were encountered:
Attempting for formulate a request for foursquare via browser page.
Was getting a "services is empty" so started looking through hyve.foursquare.js.
Since the geo change, I don't think there was an addition to geo within hyve.core.js
Also, are there some spelling errors that are causing issues or am I not looking at the code correctly.
Line 12 on hyve.foursquare.js has "feed_urls :{" though on line 17, it asks for "options.feed_url,".
Lastly, maybe I am formulating the request incorrectly.
I attempted hyve.geo.stream("query here", function(data){console.log(data)});
as well as hyve.search.stream("query here", function(data){console.log(data)}); with no luck.
On the same page I also included hyve.feeds.foursquare.client_id and hyve.feeds.foursquare.client_secret.
Thanks
The text was updated successfully, but these errors were encountered: