function Disqus::get_user_name in Disqus 7
Validate API key and get username.
File
- ./
disqus.php, line 63 - Provides the Disqus PHP API.
Class
- Disqus
- The Disqus PHP API.
Code
function get_user_name() {
return $this
->call('get_user_name', array(), TRUE);
}