I know that it’s possible to post an image in the wall of user twitter using TweetWithMedia,
the question is : it’s possible to post just an url and twitter detect that is an image? without using TweetWithMedia (TweetWithMedia upload the image, i don’t want to upload the image)
thanks,
Sure, just use the normal
statuses/updateendpoint to upload the tweet which includes a link to the image. Then implement the new Twitter Cards feature to get them linked as images.