I basically wanted to know whether :
1. We can access any URL like "http://social.yahooapis.com/v1/user/{guid}/profile/tinyusercard" or any other such URL which is mentioned under the social directory section in our browser (when we are already signed in to Yahoo!)? (Currently it says "provide valid credentials")
2. If yes then Is there a way to access the same through some desktop application. I have explored a bit on OAuth and Open but I am stuck with an error saying
Fatal error: Call to a member function getSessionedUser() on a non-object in /var/www/html/yahoo/index.php on line 26
this :
PHP SDK
sampleapp.php
line 26
$user = $session->getSessionedUser();
These files comes with PHP SDK available on YDN and hosting it on my localhost.
Please provide some help on this..