I want to build an app engine project that posts to a single pre-defined twitter account. I do not have any problem of including username and password hard coded inside the app. This is normally supposed to be just a post request + authentication. My question can I achieve this using simple http authentication instead of oauth?
Share
Twitter has stopped supporting basic auth long time ago…
Please see this Twitter developers documentation about Moving from Basic Auth to OAuth.