application registration

Hello
i am developing desktop application with the use of net sockets.
In order to get data from server i need to register the application .
Since i dont have a web site ( it's mandatory on the form) i can't get app_id
is there any other way to get it ?
I have a virtual account

amnon

Answers

  • You need to have a website url to get app id because after logging in the users will be redirected to that url. If you don't want to provide a means of authentication for your app, you don't need to get app_id, instead you can generate a token in here and use it in your code.

Sign In or Register to comment.