I'm trying to use the AccountManager for access to third-party applications like Facebook, Twitter etc. Whenever I use the AccountManager and try to get a token, I am getting an error "invalid authTokenType". I was passing "ah" since this is what the examples seemed to suggest for google accounts.
Does anyone know what the authTokenType should be for these services? I am not looking for the account type (e.g., com.twitter.android.auth.login) rather the authTokenType.
Thanks!