Hi Joe,

Email can be accepted, as long as it is properly encoded. A URL encoded POST
body by definition means that you'll already have to escape characters like
the "@" symbol for your POST body -- then for your signature base string,
it'll have to be encoded again.

Most Twitter users sign in with their screen name and password. Do you have
a use case where users are predominantly using their email address?

Taylor

On Mon, Aug 30, 2010 at 1:10 AM, joe <joe.chan...@gmail.com> wrote:

> Hi guys,
>
> I have a question about getting access token.
> Can I use email address as the username? When x_auth_username =
> "x...@xxx.com", always a error msg returned: "Failed to validate oauth
> signature and token". But if user input username, there is no problem
> at all.
> So can anybody tell whether email address is accepted? Thanks a lot.
>
> Joe
>
> --
> Twitter developer documentation and resources: http://dev.twitter.com/doc
> API updates via Twitter: http://twitter.com/twitterapi
> Issues/Enhancements Tracker:
> http://code.google.com/p/twitter-api/issues/list
> Change your membership to this group:
> http://groups.google.com/group/twitter-development-talk?hl=en
>

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en

Reply via email to