Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

It is posible access to app engine data store from Android without authentication. In web you can. I was searching but all tutorials speak about athentication but really a don't need this.

Thanks

share|improve this question

1 Answer

Yes - just expose the data you want to expose via an HTTP API (of any variety, though something RESTful usually makes sense). It's not generally a good idea to expose the datastore directly, so you should write an API layer that suits the semantics of your application.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.