Closed (fixed)
Project:
Quizlet
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
27 Sep 2011 at 02:05 UTC
Updated:
22 Dec 2011 at 18:20 UTC
Jump to comment: Most recent file
I recently created an account at Quizlet, and it appears that by default I need to use their API 2.0. When I enable this module, it does not appear to find my flashcards from Quizlet. I'm assuming this is because this module does not yet work with API 2.0? If that is true, when do you expect a release that will work with API 2.0? And is here any way to change to API 1.0 on Quizlet in the meanwhile to get this module working?
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | upgrade_quizlet_API2.0.patch | 10.61 KB | markwk |
Comments
Comment #1
spazfoxDisregard my previous comment about not being able to get this module working (I'm leaving this open, though, since presumably we do want it to work with API 2.0 eventually!); I was able to get it working (yay!).
My issue was more related to documentation than anything. I would recommend changing the installation instructions (on both the project page and in a readme.txt file) to something like the following:
Thanks for a cool module! Quizlet is pretty awesome, so it's great to be able to integrate it into a Drupal site.
Comment #2
sandra@digitalworldbiology.com commentedDear spazfox,
Thank you so much for describing how this works! I was really confused about Quizlet until I read your description and realized that I have entered my key instead of my client ID.
Comment #3
markwk commentedSorry for the delay in responding. Good points about documentation. I'll look at adding that.
Regarding upgrading to 2.0. It's an eventual plan, but for now I don't really need that functionality (logins, changing lists, etc.). Just the vocabulary lists is fine.
Comment #4
markwk commentedLooks like 1.0 API is going to be no longer active as of January 1, 2012. So need to update the basic calls before, then.
Comment #5
markwk commentedHere's the patch to upgrade to Quizlet's 2.0 API. Still need to debug and test but should be ready soon.
This just basically changed a few calls so search works correctly with new API.
Comment #6
markwk commentedOk. I committed these changes into the 6.x-2.x branch.
Comment #7
markwk commentedModule now works for Quizlet 2.0 API. Please download and the module and test. Make sure you run update.php and add the new configuration in order to make it work.