electronicsmili.blogg.se

Google reader 2.0
Google reader 2.0






google reader 2.0

Here is some code from Christian Dadswell using Jsoup and modified to work with the Android authtoken : public static String getGoogleToken(String authKey) throws UnsupportedEncodingException, IOExceptionĭocument doc = nnect(_TOKEN_URL).header("Authorization", _AUTHPARAMS + authKey).userAgent(_USER_AGENT).timeout(4000).get() Īnd public static String getUserInfo(String authKey) throws UnsupportedEncodingException, IOExceptionĭocument doc = nnect(_USER_INFO_URL).header("Authorization", _AUTHPARAMS + authKey).userAgent(_USER_AGENT).timeout(4000). The token given by android is the same as the token used in the regular google reader authentication. SomeUndocumentedUnknowPersonalFunction(token) Īm I missing a simple way ? If not where can I find a detailled way of accessing the api (in java) ? Each time I find a code sample it is of the form token = someFunctionIAlreadyUse() All of these only lay the emphasis upon Client Login with email and password. In fact, I’d say the best feed reader on the iPhone up until now has been the mobile web version of Google Reader itself. I know this java api, and found various documentation here, here and here. Now that I have the token, how do I login with the unofficial Google Reader api ? The token is of the form DQAAAOcAAACJAmAkHEpPnaP-v7HxPYyz3XtCNwTiFLUsqYXfLQvCko4AqUyY213U81fXeNZC3VVArBaEsJJFcRXDmczrEhDquxiJiWSp7eM9T8Bs2VV3uqFwE7irrfarKyBH-oVn2nZxKc3wcugqa7k3p4KCotz48cQRslDQhSZj1AK4hxqO2eu5X8lutffRCPjA6kmgmXhkYA4RuTCxVXbZr0E_ytQteX2VzOlPbqrZ7QD7NiqbeJYODE3pk4BNjHTWtgXAr3J0U7LMdtRh9aC9AJoBp1SNl3jptyzqFfeEjWtVTBQlKtn40vyzMDt0sZoSIaSPquc I managed to get an Auth Token from AccountManager using authtokentype "reader". I'm struggling in a problem since a week and can't find out how to solve it.

google reader 2.0 google reader 2.0

I with to use built in account credential and to be as close of the official google reader app on that point. I am in a Android project of creating a Google Reader client.








Google reader 2.0