auth endpoint for java
Solved!Posted in General by NItesh Kale Wed Nov 23 2016 10:08:24 GMT+0000 (Coordinated Universal Time)·3·Viewed 2,366 times
api = InstamojoImpl.getApi("[CLIENT_ID]", "[CLIENT_SECRET]", "[API_ENDPOINT]", "[AUTH_ENDPOINT]");
i have client id,client secret, but confusion in API_ENDPOINT, AUTH_ENDPOINT ,which url need to provide here
ref:https://github.com/Instamojo/instamojo-java#
Test URLs
auth_endpoint : https://test.instamojo.com/oauth2/token/
api_endpoint: https://test.instamojo.com/v2/
Production URLs
auth endpoint : https://www.instamojo.com/oauth2/token/
api_endpoint: https://api.instamojo.com/v2/
Instamojo marked this as solved
Test URLs
auth_endpoint : https://test.instamojo.com/oauth2/token/
api_endpoint: https://test.instamojo.com/v2/
Production URLs
auth endpoint : https://www.instamojo.com/oauth2/token/
api_endpoint: https://api.instamojo.com/v2/
<h1> This links are not working</h1>