| bio | website | |
|---|---|---|
| location | Sweden | |
| age | ||
| visits | member for | 2 years, 5 months |
| seen | 2 days ago | |
| stats | profile views | 273 |
My name is Hans and I'm a Freelance Software Developer.
If you want to contact me:
email: erikswed104@gmail.com
Current project is the Android SPRiiD app available on google play.
|
May 14 |
awarded | Popular Question |
|
May 3 |
comment |
Where should I synchronize on this static SharedPreference helper class? I still dont know the correct answer |
|
Apr 22 |
comment |
Right credentials in requestBody for Android Google Play Oauth2 gtalk authToken I think I don't fully understand how to use your answer with package name and certificate especially for my situation. Can you say something about that? |
|
Apr 22 |
comment |
Right credentials in requestBody for Android Google Play Oauth2 gtalk authToken Yes the Android platform do recognize my app in the way you describe. testing the notes sample, calender sample. The code above I do get the authorization token for googleapis.com/auth/googletalk but then it's a brick wall to get the access_token and refresha_token from that authorization token. I know the refresha_token is only sent first time. Any ide? |
|
Apr 22 |
comment |
Right credentials in requestBody for Android Google Play Oauth2 gtalk authToken Yes that is working partly but not if I want to get the access_token and refresha_token from accounts.google.com/o/oauth2/token |
|
Apr 20 |
awarded | Popular Question |
|
Apr 18 |
revised |
Right credentials in requestBody for Android Google Play Oauth2 gtalk authToken added 63 characters in body |
|
Apr 18 |
comment |
Right credentials in requestBody for Android Google Play Oauth2 gtalk authToken I have looked, actually your question is my starting point. There is just something I forgot, typo or something important. What about the scope Enabled only the Google Play Android Developer API. |
|
Apr 18 |
comment |
Gtalk XMPP SASL authentication failed using mechanism X-OAUTH2? @RajaReddy please have a look |
|
Apr 18 |
comment |
Google Auth2 giving “invalid_request” response for getting access token & refresh token Your probably right about the credentials in requestBody. Created debug info at new question |
|
Apr 18 |
asked | Right credentials in requestBody for Android Google Play Oauth2 gtalk authToken |
|
Apr 18 |
comment |
Google Auth2 giving “invalid_request” response for getting access token & refresh token Doing the same but are not that successful as @RajaReddy. Do I have to attache the HttpClient to some webview? I have the Client ID for installed applications setup just the same. Can this code run just like this and return the access_token refresh_token |
|
Apr 18 |
comment |
Gtalk XMPP SASL authentication failed using mechanism X-OAUTH2? very good that's what i thought to and working on getting that going looking at your question here gives grate help |
|
Apr 18 |
comment |
Gtalk XMPP SASL authentication failed using mechanism X-OAUTH2? David The authentication token return by the gtalk scope above how are you getting the access_token/refresh_token? Are you quering the accounts.google.com/o/oauth2/token or do I send the authtoken to xmpp? @RajaReddy did you get this working?, post on your blog some tutorial if you have time |
|
Apr 18 |
awarded | Popular Question |
|
Apr 4 |
awarded | Popular Question |
|
Mar 30 |
awarded | Popular Question |
|
Mar 23 |
awarded | Popular Question |
|
Mar 12 |
comment |
How would i go about to attache a MongoDb Collection to a Java View change notification is something to look forward to. I have this UserLog Collection that i want to find a way to monitor in real time. |
|
Mar 12 |
comment |
How would i go about to attache a MongoDb Collection to a Java View Yes this is what i did today but outputting it to JTextPane because it's IMHO better when it comes to styled text, highlighting text. Especially if the row counts are high. I have a feeling also Having many cellrenderer in JTable will be slow. |