Due to the deprecation of Clientlogin, i am trying to rewrite my application to use OAuth2, however i seem to be stuck.
I have a standalone application that needs to access the face data in my photo's on picasa. This is a webpage that at certain moments calls a PHP-script on my server. This piece of PHP then retrieves the data and returns it to the webpage. However to access this face locatino data, you have to be logged in. I used to use clientlogin to grab a token, and use that to authenticate my request for the image data. So I tried to switch to OAuth. I included the Google API PHP client in my code, i went to the developer console to create a service account client ID and followed the corresponding docs to get an authentication token. However when I include this token in a request to: "https://picasaweb.google.com/data/feed/api/user/default" for instance, i receive a 404 'Unknown user'. Does anyone know why those tokens do not seem to work with the Picasa API? -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-picasa-data-api. For more options, visit https://groups.google.com/d/optout.
