I want to implement annotateit (http://annotateit.org) on my website and enable logged in members to annotate certain texts using delegated authentication. annotateit website and GitHub provide some tutorials and docs for this but they are very vague and I just can't fathom most of it. I want to setup a php page which creates a token for my logged in user so that they don't have to have their own account with annotateit.org. There is a python .py example but I'm only able to script php. I'd appreciate some pointers on how to create a toekn generator using php so that my logged in users can annotate texts and save them via annotateit store.
I hope I've made some sense here! thanks