Hi
I am developing an application which require integration with twitter. I am using twitter4j api .
I have to persist the ouath tokens so that my application can interact with twitter in future. I save the access token and access token secret . However when I am reusing them I am getting an exception token expire .
Could you please let me know the way I can reuse them and what is the expiration period of the ouath tokens ?