Hi there, I’m japanese. so poor at English. sorry
anyway,
I try to develop I’m working on web application with twitter.
and I wonder,
How to change setting values of OAuth setting??
I want to change OAuth path.
like this.
https://api.twitter.com/oauth/authorize --> https://api.twitter.com/oauth/authenticate
because of the user session problem.
What i gonna do?
How can I change the OAuth path ?
I know like this.
*authorize path : sign in user and session is hold on~ only user can sign out.
*authenticate path: sign in user and session is auto sign out.
it that right?
This is my Twitter API app info.
OAuth settings
Your application’s OAuth settings. Keep the “Consumer secret” a secret. This key should never be human-readable in your application.
Access level Read, write, and direct messages
About the application permission model
Consumer key xxxxxxxxxxxxxxxdxxxx
Consumer secret xxxxxxxxxxxxxxxxxxxxxxxxxxxxxWxxxxx
Request token URL https://api.twitter.com/oauth/request_token
Authorize URL https://api.twitter.com/oauth/authorize