[swx] Twitter authentication problem
ben
ben_da_dog at yahoo.co.uk
Sat Apr 5 16:24:23 PST 2008
Actually, args should be an array, shouldn't it?
loader.args = ['user', 'pass'];
Ben
Nederflash (Folkert Hielema) wrote:
> You don't have the args in json format, put it like this and it works
> loader.args = "['user', 'pass']";
>
> or you can use the SWX API as written on http://swxformat.org/99
>
> good luck,
>
> Folkert Hielema
>
>
> Rob Beschizza wrote:
>
>> I asked this a while back without getting a response -- if what I'm
>> asking is impossible, at least give me a "lolnoob!" to wrap it up.
>>
>> My issue: Using SWX, when trying to pass arguments with Flash to
>> twitter for authorization, the data analyser reports "Missing
>> argument for 1 in replies()"
>>
>> This is my test actionscript:
>>
>> loader.serviceClass = "Twitter";
>> loader.method = "replies";
>> loader.args = ["username", "password"];
>> loader.debug = true;
>> loader.loadMovie("http://swxformat.org/php/swx.php", "GET");
>>
>> Any clues as to what's wrong?
>>
>> Rob
>>
>>
>> _______________________________________________
>> swx mailing list
>> swx at osflash.org
>> http://osflash.org/mailman/listinfo/swx_osflash.org
>>
>>
>>
>
>
> _______________________________________________
> swx mailing list
> swx at osflash.org
> http://osflash.org/mailman/listinfo/swx_osflash.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/swx_osflash.org/attachments/20080406/9b4671b0/attachment.html
More information about the swx
mailing list