Hi, Before continuing, you should read about OAuth integrations.
The web server you've started won't help. You need to have your program actually start the web server itself, programmatically. There are small web servers written in Python, Java, etc., that are relevant for this type of task. Once your application starts its own web server temporarily, it would receive the request at http://localhost, fetch the token out of the request, and then shut down the web server. See the Local Web Server option here: http://wiki.oauth.net/w/page/27249271/OAuth%202%20for%20Native%20Apps -Vic On Thu, Sep 29, 2011 at 4:04 AM, NMS <[email protected]> wrote: > Hi Vic, > > So could you help me please? > > Thank you > > >
