photo / mobile-android

Trovebox mobile application for Android
Apache License 2.0
120 stars 64 forks source link

No photos using FakeAccountTroveboxApi #472

Closed fifthdisc closed 10 years ago

fifthdisc commented 10 years ago

Hi I was able to compile and run the application on my android device.

However what credentials can I use to sign in to the application to test?

How do I create a new test account? The app redirects to the production site to create new user which I believe will not work with FakeAccountTroveboxApi.

Please help.

Thanks!

httpdispatch commented 10 years ago

@fifthdisc FakeAccountTroveboxApi credentials are not working. To login you can use OAuth flow to either trovebox.com or your self-hosted installation. Press login button and then using your own domain button. That should work. You can create trial account at trovebox.com for testing purposes or use self-hosted installation.

patricksan commented 10 years ago

Thanks @httpdispatch.

@fifthdisc, let me know it works for you.

fifthdisc commented 10 years ago

Thanks @patricksan and @httpdispatch I created a trial account at trovebox.com and logged in.

Thanks!