I have a windows desktop application and would like to connect to the API with oAuth.
I cannot use the normal method as we do not have a redirect URL as it is a windows application.
I
want to try the self-client option , but it looks like i need to
generate a code by logging in to the api developer console every time to
generate the code because it expires...does this sound correct?
Has anybody got this to work, or any ideas or sample code to get it working??
Thanks