Coder Social home page Coder Social logo

meteor-foursquare's People

Contributors

simonengelhardt avatar

Stargazers

 avatar  avatar

meteor-foursquare's Issues

Package still maintained? + comparison with @msamoylov's package

Hi Simon,

I found https://atmospherejs.com/simon/foursquare on Atmosphere and noticed it hasn't been updated for the new packaging system released with Meteor 0.9.

@msamoylov seems to have released a newer package. Maybe join forces? It's also possible to hide the old package from Atmosphere searches, but still keep it installable by dependent packages and apps:

meteor admin set-unmigrated simon:foursquare

Thanks,
Dan
Atmosphere curator

API requests always fail - missing "v" parameter

This package no longer works, Foursquare now requires a "v" parameter (date string in format yyyymmdd) in all API requests:
https://developer.foursquare.com/overview/versioning

Line 65 of foursquare_server.js needs an additional param, something like "v: '20140325'". To keep the API up to date, generate the string from the current date. This should be adequate for most applications and would be the quickest fix, but you may want to add an option to set a specific date as well.

> Exception while invoking method 'login' Error: Failed to fetch identity from Foursquare. failed [410] {"meta":{"code":410,"errorType":"param_error","errorDetail":"The Foursquare API no longer supports requests that do not pass in a version parameter. For more de...
>     at getIdentity (packages/foursquare/foursquare_server.js:68)
>     at Object.userAgent [as handleOauthRequest] (packages/foursquare/foursquare_server.js:6)
>     at Oauth._requestHandlers.(anonymous function) (packages/oauth2/oauth2_server.js:9)
>     at middleware (packages/oauth/oauth_server.js:106)
>     at packages/oauth/oauth_server.js:79

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.