I moved my function out of the class and got it to work as I wanted. I'm still pretty new to using classes etc. so I appreciate your help
With my Disqus plugin I am hoping to use Single Sign On (SSO) so the user wont have to register for my site twice (once to use favorites etc. and the other to use Disqus comments).
To do this I need to be able to get the current user's id, name and email and use it on any page that Disqus is active. What would be the best way to get this information?