简体   繁体   中英

Android Application with twitter integration

I am implementing an application which has twitter integration in it.I referred the link https://github.com/ddewaele/AndroidTwitterSample for implementation.But the problem is that when i run the program and click the tweet button logcat shows error "Error during OAuth retrieve request token". Please guide me.

try Twitter4j

Github link

This link has examples too

Make sure the app you are compiling has network permissions enabled.

Take a look at my approach using Twitter4j. It uses only a single, small source code file . https://github.com/RobertSzkutak/AndroidExamples/tree/master/TwitterExample

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM