I am trying to write a console application that would extract some information from an authenticated user's facebook account and store it on the local machine in a text file. For this purpose, I need to be able to authenticate the user whose information will be extracted.
Now the issue is that all examples I find are using a web based authentication method that requires the browser. Is there any easier way to get a user's access token so that I can make authenticated API calls?
Thanks, Krishna