anyone have an example of a remote Flash app login thru Services 3.x REST server?

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
bsenftner's picture

I have a REST API implemented in Services 3.x. The API uses session authentication. A client wants to access the API from a remotely hosted Flash application. We've placed a crossdomain.xml in our docroot, enabling the client's app to communicate with us, but they are having troubles getting past login.

Anyone have any examples of a REST Login within Flash?

I, personally, don't know Flash...

Comments

Depending if your on d6 or

cmcintosh's picture

Depending if your on d6 or not try using the dev version of the module. I ended up finding services 3.x so buggy I rolled back to the 2.x version of the project and have better results with it.

I'm using both D6 & D7...

bsenftner's picture

I'm using both D6 & D7 and have had quite a bit of success using Services 3.x, with other languages... just not had to do remote Flash logins before.

Fair enough the other option,

cmcintosh's picture

Fair enough the other option, not sure if its available anymore is AMFPHP, if you can setup AMFPHP for services 3 that should be a bit easier for your flash dev, its what I used to do a year or so ago.