开发者

Managing users data in app engine

I'm writing some Google App Egnine + Android service for self and my friends. For each user this service will ask AuthSub token for another Google services. And by cron will retrieve information from this services and send it via c2dm on their cell phones.

I need somewhere store user information and auth sub token for use it from cron. And if I understand correctly google app engine already has libs for this goal. Could you show me right d开发者_开发问答irection for research (manuals, examples): - how to store auth sub token (I got it from gdata api); - how to retrieve it with google user id; - how to obtain all users data in cron jobs;

PS: I'm c++ developer and it my first web app, sorry if this question is newbie.


In order to store information in app-engine you need to use the Datastore.

See here of an example. You probably need to create a model with two string properties, the google id and the auth token.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜