lrvick / hyve

Social media crawling engine implemented totally browser side in JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with Foursquare?

sparkyfen opened this issue · comments

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