I want to post an image that is created in my app to twitter. I don't know how to do this and I was wondering if there is an SDK for titter like there is for Facebook? Thanks in advance
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How can I create this custom Bottom Navigation on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
You can use the Intent to post the image on Twitter and you can download the full source code from here download full source code
First you need to create an app on twitter
here is code to post message on twitter
check this tutorial for more details.
I think you want to implement a sharing intent in Android.
This answer and code example by user "Second" looks applicable.