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

Unauthorized !! #74

Open
alharbin opened this Issue May 18, 2014 · 1 comment

Comments

Projects
None yet
1 participant
@alharbin

alharbin commented May 18, 2014

I use the last update
All the input are correct!
What is the problem?

@alharbin

This comment has been minimized.

alharbin commented May 18, 2014

I got it.
Important: In API v1.1, you now use api.twitter.com as the domain instead of upload.twitter.com. Use of SSL is required with this method.

Change line 86 in UpdateWithmediaCommand.cs
from https://upload.twitter.com/1/ to //https://api.twitter.com/1.1/

thats it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment