og xmlrpc: status?
MaskedMarauder - November 11, 2009 - 02:16
| Project: | Organic groups |
| Version: | 6.x-2.0 |
| Component: | og.module |
| Category: | support request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | Organic Groups, XML-RPC |
Description
Hi, this is more a question than a bug.
I was dinking around with og.xmlrpc stuff and it doesn't look like it can work as it is in cases where user authentication is required.
For example, in the code it calls user_authentication with raw values, i.e.
$account = user_authentication('joe', 'joespassword');
but user_authentication() requires an associative array, e.g.
$account = user_authentication( array('name' => 'joe', 'pass' => 'joespassword'));
Am I missing something about how its supposed to work (I'm new to xmlrpc under Drupal), or has it just not been updated from 5 or something like that.
