Quote Originally Posted by joannem View Post
Where do those new codes go?? I'd love to fix this for myself if I could, so I don't have to wait :) Also, would there be any way of changing the code so that the picture would also be put in the post??
/YOUR_ADMIN_FOLDER/includes/modules/twitteroauth/twitteroauth.php

need to change this:
public $host = "https://api.twitter.com/1/";

to:
public $host = "https://api.twitter.com/1.1/";

line 19 in my file

and change this:
function accessTokenURL() { return 'https://api.twitter.com/oauth/access_token'; }
function authenticateURL() { return 'https://twitter.com/oauth/authenticate'; }
function authorizeURL() { return 'https://twitter.com/oauth/authorize'; }
function requestTokenURL() { return 'https://api.twitter.com/oauth/request_token'; }

to:
function accessTokenURL() { return 'https://api.twitter.com/oauth/access_token'; }
function authenticateURL() { return 'https://api.twitter.com/oauth/authenticate'; }
function authorizeURL() { return 'https://api.twitter.com/oauth/authorize'; }
function requestTokenURL() { return 'https://api.twitter.com/oauth/request_token'; }

line 43 - 46 in my file

I am just doing a quick view of my files for they differ from autotweet3's

I have not tried to add an image.

Why would you want to - twitter is not a shopping cart, your website is. Give just enough to get your followers to click the link to your website to make the purchase.