How many characters long can an oauth access token and oauth access secret be and what are the allowed characters? I need to store them in a d
I am not sure there are any explicit limits. The spec doesn't have any. That said, OAuth tokens are often passed as url parameters and so have some of the same limitations. ie need to be properly encoded, etc.