I'm trying to write a program to connect to the twitch api and get user data, normally this is easy for me except in this case the data I'm trying to retrieve requires user authentication and I don't really understand how oauth works. I attempted to download the example projects from google<https://code.google.com/p/oauth/source/checkout>code and import them but something strange happens with the import and none of the projects actually work. Would someone be able to steer me in the right direction or give me an example of how to verify oauth via command line in java. It seems like there's a lot of documentation on doing this for web applications via php, python etc but doing it from a desktop application I haven't been able to find much at all.
Here's what happens when I import the example projects from the java folder on the oauth svn: <https://lh5.googleusercontent.com/-9p1ycz0_Tco/Ue4G-u0YE0I/AAAAAAAAAIM/jPnKV41Uyag/s1600/fq33BdI%5B1%5D.png> -- You received this message because you are subscribed to the Google Groups "OAuth" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
