snapchat
snapchat copied to clipboard
NodeJS client for the unofficial Snapchat API
Readme had links to invalid documentation URL's under the 'Usage' section!
Haven't been able to get blob uploads to work, but this method is very important! See tests/snaps.js for examples that're currently failing.
After switching to the new API endpoints I can't login anymore (previous still works). Seems like the Snapchat authorization fails with the generated credentials.
Hello, is this project still being maintained if so. There are many issues with it that need to be sorted.
.
The link in the README file no longer exist under [Usage](https://github.com/transitive-bullshit/snapchat#usage) part
``` Shyamals-iMac-174:JillSteinApp shyamalchandra$ npm install snapchat > [email protected] install /Users/shyamalchandra/JillSteinApp/node_modules/ursa > node-gyp rebuild CXX(target) Release/obj.target/ursaNative/src/ursaNative.o In file included from ../src/ursaNative.cc:3: In file included from ../src/ursaNative.h:10: ../node_modules/nan/nan.h:324:27: error: redefinition of 'NanEnsureHandleOrPersistent'...
Hello when i try this ``` var Snap = require('snapchat'); // var config = require('config.json')('./config.json'); var client = new Snap(); client.signIn('deliemoilekes', 'MYPASS', '[email protected]', 'MYPASS', function (err, session) { if (!err)...
I have added the logs file. [npm-debug.txt](https://github.com/fisch0920/snapchat/files/435916/npm-debug.txt)
I thought it was a port of the object-c one. What part of the port is missing to make this work for iOS?