-
Notifications
You must be signed in to change notification settings - Fork 568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not tweeting? #3
Comments
Hi @yayramen, I read through your code and it looks like it should work. I just cloned |
I'm not sure, I'll throw a console.log(err) in the function to find out. I didn't clone, I used npm install, just seemed simpler. Error I got was 'read only cannot post' xD So I'm going to change it to read and write, and try again. I feel so derpy. Edit: Fixed, closing. Sorry to bug you xD |
great to hear :) |
Add headers to REST error object
So, following your basic example, I worked this code into an app I've written:
And this is the function to tweet:
Those are all spaced out, I'm only posting the relevant code
All of my code works [my Speak function and whatnot, and I'm not getting any errors, but I'm checking the twitter account I'm connected to, and I'm not getting any tweets showing up.
The text was updated successfully, but these errors were encountered: