Currently I am calling “statuses/update” method to tweet with image or video path. It will upload image to twitter. causes time consumption issue.
But I have CDN URL of image and video’s and I want to embed/link these url with tweet API.
Is it possible to tweet with image URL or video URL instead of upload path?
I just wanted to use image as link in tweet API call?