Hi, I am trying to use flickr webservice with Netbeans 6.9. Really like netbeans as IDE $userId = "1xxxxxx42@N05"; $result = FlickrPhotoService::peopleGetInfo($userId); Code (markup): see: http://www.flickr.com/services/api/auth.howto.web.html stuck with step 5, i do have the frob. But i don't know how to get the token and show some photos. ps: i realise there are classes like phpFlickr but i like to understand/use webservices.