Now, I am receiving an error when attempting the login sample:
getFrobResponse: success = false
error code: 96
error message: Invalid signature
--
Rich Tretola
<mx:EverythingFlex/>
http://www.EverythingFlex.com
TypeError: Error #1034: Type Coercion failed: cannot convert
Object@12e20741 to com.adobe.webapis.flickr.AuthResult.
at FlickR2/::getTokenResponse()
at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.adobe.webapis.flickr.methodgroups::MethodGroupHelper$/com.adobe.webapis.flickr.methodgroups::processAndDispatch()
at com.adobe.webapis.flickr.methodgroups::Auth/::getToken_result()
at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/flash.net:URLLoader::onComplete()
Rich
You can see a recent example of the code in action at:
http://onairbustour.googlecode.com/svn/trunk/projects/AIRSnapshot/
I am not sure what the particular issue you are running into is. This
was one of the first APIs we wrote, and is getting a little old. It
needs some updating, but given the scale of the API, that might take
a while.
But, if you do find a bug, let me know and I can look into it. I just
updated the source over the weekend to add some new response property
support.
mike chambers
Rich