My app use Twitter API to allow user can share image and text.
Firstly, I have to call /media/upload to upload an image. Then, I called statuses/update to update Tweet with text, hashtag and location.
User don’t need to type a text (they can add more text if they want), we make a hard text with more hashtag. So many user of my app use the default text to share.
My app was restricted of write permission.
Please help me to find out where is restricted in my app, I will fix it to make the app able to run.
Thank you!