hello everyone.. i am developing a PWA Client for an android mobile. the problem with android is that it does not support the PWA API. Therefore i have to work with the basic protocol which has been used in developing the API. my first step has been successful i am able to authenticate using a google account.. however the response returns SID,LID and Auth. I do not know how to extract only the Auth id from the server's response. 2.My second problem is that i am also able to get the feed listing of the public albums belonging to a particular userid. The same problem goes here.. the server returns a response which contains many things. i only want to obtain the title of the public albums belonging to the userid specified.. please tell me how to xtract that from the response body. 3.i do not know how to add an authentication header in my request for making a new album. i am also confused as to what should the HTTP POST request for creating a new album look like.. i mean the developer's protocol section tells how t looks like in xml format but i am developing the client in java and i am not at all understanding how to frame the request along with adding the authentication header.
Please not that i do not have an actual android mobile. i am using the sdk provided by them and it contains an emulator. please help since this is my major project -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-picasa-data-api?hl=en.
