Hello everyone, I am currently working on an Android application that I hope will one day link to the Quizlet website so it can download flashcards from their website: https://quizlet.com/api/2.0/docs/ and people can use them, otherwise this app is just going to be a menu.
This is the first time I have tried working with an API and to be honest, I am completely lost. I have read through documentation online and such but I really can't grasp where to begin even. So any help in this area would be massively appreciated.
First of all, I am using the Eclipse Juno environment. As far as I am aware Quizlet uses the OAuth 2.0 protocol, they give you sample PHP code that gains authentication from the site- I don't even know how to test this. Would I just download the eclipse PHP plugin, then create a PHP file with the code inside and call it from a .java file? Or is this completely wrong? I know I will have to alter some permissions within the android manifest but from here on I am lost and the only examples I can find are for iOS and they do not help.
Again any help in this area would be great, thanks for reading.