Koji1202 / tweetero

Automatically exported from code.google.com/p/tweetero
Other
0 stars 0 forks source link

Network Failure message appears. HTTP error 403 when loging in with email address #94

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add account using Basic authentication method. Use the email address not
the username
2. Go to Home -> Select one of the user and go to their tweets
3. Click on the arrow (>) button to go to user profile page 

What is the expected output? What do you see instead?

Network Failure message appears. HTTP error 403:

http://img59.imageshack.us/i/img0989.png/

What version of the product are you using? On what operating system?

yFrog app for iPhone v3.0 build 3_15

Please provide any additional information below.

Original issue reported on code.google.com by disot...@gmail.com on 17 Mar 2010 at 5:30

GoogleCodeExporter commented 8 years ago
you can't log in with an email address like this
without looking at the code, the reason is that "xxxx@xxxx" can not be sent via 
http to twitter because the 
server will interpret the @ symbol as part of the URL and basically it will not 
work
users should not enter their email address like this, they should use their 
username

Original comment by de...@derekunderwood.com on 17 Mar 2010 at 9:04

GoogleCodeExporter commented 8 years ago
Disable the ability to login with email address. Easy fix.

Original comment by npettas@gmail.com on 17 Mar 2010 at 9:13

GoogleCodeExporter commented 8 years ago
Temporary disabled a possibility to login using basic authentication. Basic auth
will be removed completely in next release cycle.

Original comment by andriy.v...@gmail.com on 19 Mar 2010 at 10:13