PreranaPolekar
PreranaPolekar
Hello @jerryfan2000, Thanks a ton for your response. I am not trying to get the access token, I am still stuck in the first step of my authentication process i.e....
@jenius Exactly!! Any pointers from community or 500px support team will be of great help. Its been months now and I am unable to add this service in my app...
@freeatnet Thanks a ton for the reply. I would definitely love to try Oauth2, anything that can help me to use 500px. Can you tell me the endpoints for using...
Any update on this?
This seems to be a issue with Oauth 2.0 too... After months of toiling and research I am extremely disappointed to say that I couldnot get it working :( Really...
@Whyounes Congrats you got it working!! But then whats the use of Oauth if we have to use the username and password of the user :( They do support the...
@freeatnet, @cdmicacc first of all thanks a ton for the response! Following are my request headers for the third step of Oauth, it is done using POST method ``` string...
@cdmicacc , I had seen that blog of Rahulpnath, the link which you posted, but example is for Windows 8, I need to get this working on Windows 7. Thanks...
@freeatnet , yes the two question marks in the URL ``` ?oauth_callback=[snip]?oauth_consumer_key=[snip] ``` I was trying various ways in forming URL and see if I could get any of them...
@freeatnet , I am using Winform in my application so I cannot use HTTP trace. Is any other way I can trace it?