Digest auth in PHP through XMLRPC?

Nov 19, 2007 21:44

Hi gang,

Anyone has an example on how to do digest auth in PHP via the XMLRPC interface? I'm writing a friendslocked post browser and it going to take me the better part of the week just to figure out the authentication by myself.

EDIT: I might be out of luck. the XMLRPC API does not support Digest auth, only Challenge auth. It means I can not authenticate as one user and use my credentials to look at another user's post. Des anyone know of a way to use XML to look at a friendlocked post of someone else? Or do I have to page scrape?

client: digest auth, code: php, client: xmlrpc

Previous post Next post
Up