Forums | Mahara Community

Developers /
Android App


Derrin Kent's profile picture
Posts: 23

27 May 2010, 11:45

A friend of mine is working on coding an Android App for uploading files to Mahara.

The android side is looking good, but we now need to to understand how to upload files into mahara.

  1. What url path will we need to use?  http://example.com/?/?/?
  2. What authentication methods will we need to use?
  3. ...any other advice?

 

François Marier's profile picture
Posts: 411

27 May 2010, 22:07

Hi Derrin,

Unfortunately, the only way to upload files to Mahara at the moment is to log into the site and upload files via the browser.

We do not have a web services framework to allow other applications to do things like that.

So another application would have to use something like Mechanize:

  http://search.cpan.org/dist/WWW-Mechanize/

  http://rubyforge.org/projects/mechanize/

Cheers,
Francois

2 results