I am developing a twitter client for android. I have used twitter4J for that. It is successful using this. But in this flow user have to go to the twitter page to login. Is there any way that i can customize this to my own login page. I mean i want to login through my login ui not twitter's.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Simple answer "No you can't do it". Before it was like that , but now you can't create your own UI for Twitter Authentication. It will authenticate only through browser to get the Pin and use it for getting Acess token etc. You can do one thing, can create custom Webview and load it inside of you application like webview.load(url); // URL is authentication url. |
|||
|
|