获取Tumblr的用户名

http://username.tumblr.com/api/read/json

For Tumblr, we need username and we can get info about that user but my requirement is to first get a person logged in tumblr and then get its username. Is it possible. I have already searched a lot but nothing is working. I got oauth installed, still it is not working. Now, i am using the following link for reference, https://github.com/bungle/web.php/blob/master/tumblr.php

I want to get login and then get username

$client=new tumblr('theamanjotkaurworld.tumblr.com','123','234','234','432');
echo $client->authorize('http://xyz.abc.com');