Please help regarding Authentocation process and getting access token

mohitgahlyan
Hi,

I am switching from C# to Java client.
In C# , LoginForm class was provided by standard library, where login page are downloaded and forms
with username and password are filled and submitted.

But in java , I am not able to find similar form class.
I googled and find "httpclient" for it .
But still , I am not able to do it.

If someone has developed application in java , please help me out here .
I am stuck here from few days .

Please suggest how to do it in java.
Any small guidance/pointers would be useful.

Thanks in advance.


Thanks & Regards,
Mohit Gahlyan
  • sujith
    Hi @mohitgahlyan,
    You will have to getLogin URL as mentioned here and then open the same on webview or browser, enter credentials and after successful login, you will get request_token use the same to get the access_token.
Sign In or Register to comment.