gdata-java-client

GoogleService OAuthCredential setter giving CTE

Hi All, I am trying to execute the following OAuth example of g-data trunk :- http://code.google.com/p/gdata-java-client/source/browse/trunk/java/sample/oauth/TwoLeggedOAuthExample.java /* Copyright (c) 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in complia...

error getting google contacts using gdata authSub with java

I can successfully get a google AuthSub Token But on running this code im getting the exception java.lang.NullPointerException: No authentication header information The code is ... .... ContactFeed contactFeed = getContactList(token); ... .... public ContactFeed getContactList(String token) { ContactFee...

Using Android AccountManager to get authtoken for gdata

So I am trying to sync to google docs, without having to ask the user for his credentials. I use this code to get an auth-token: AccountManager mgr = AccountManager.get(activity); authToken = mgr.blockingGetAuthToken(account, DocsService.DOCS_SERVICE, true); This returns a auth-token that looks well-formated. So on my DocsService I ru...

Autocompletion in android - for youtube search

Hi experts, I hope my query is quite clear from the title itself. I need to implement the auto-completion for youtube(video suggestions in a list as the user begins typing). I need this feature for one of my Android activities. Experts, please advise as to how to get these auto-completion list as i start typing. Any help in this rega...