Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > How to login to Twitter via Web (@twitter)

Reply
Thread Tools

How to login to Twitter via Web (@twitter)

 
 
Garrett Smith
Guest
Posts: n/a
 
      07-12-2010
Twitter.com website uses a login URI that is inaccessible; the user
cannot log in using the form UI. Attempting to log in to twitter.com in
Firefox, for example, the browser displays the error to the user

| Server not found
| Firefox can't find the server at staging45.local.twitter.com.
| * Check the address for typing errors such as
| ww.example.com instead of
| www.example.com
|
| * If you are unable to load any pages, check your computer's network
| connection.
|
| * If your computer or network is protected by a firewall or proxy,
| make sure that Firefox is permitted to access the Web.

It's not a Firefox issue; it's that Twitter.com's login FORM's action
references a URI that cannot be accessed (staging45.local.twitter.com).

To login to twitter via web, go to http://twitter.com and change the
form's action, either using Firebug or with this bookmarklet:

javascript:void(document.getElementById("signin"). action = "/sessions");

There's been a host of other problems, including broken back button, as
well as some bad approaches used in the javascript.
--
Garrett
 
Reply With Quote
 
 
 
 
David Mark
Guest
Posts: n/a
 
      07-13-2010
On Jul 12, 5:51*pm, Garrett Smith <dhtmlkitc...@gmail.com> wrote:
> Twitter.com website uses a login URI that is inaccessible; the user
> cannot log in using the form UI. Attempting to log in to twitter.com in
> Firefox, for example, the browser displays the error to the user
>
> | Server not found
> | Firefox can't find the server at staging45.local.twitter.com.
> | ** Check the address for typing errors such as
> | * * *ww.example.com instead of
> | * * *www.example.com
> |
> | ** If you are unable to load any pages, check your computer's network
> | *connection.
> |
> | ** If your computer or network is protected by a firewall or proxy,
> | make sure that Firefox is permitted to access the Web.
>
> It's not a Firefox issue; it's that Twitter.com's login FORM's action
> references a URI that cannot be accessed (staging45.local.twitter.com).
>
> To login to twitter via web, go tohttp://twitter.comand change the
> form's action, either using Firebug or with this bookmarklet:
>
> javascript:void(document.getElementById("signin"). action = "/sessions");
>
> There's been a host of other problems, including broken back button, as
> well as some bad approaches used in the javascript.
> --


Yes, that site is some piece of work. Their biggest mistake was
hiring jQuery Ninjas to write the front-end. If investors could
comprehend the ramifications of such decisions, there'd be far less
major disasters out there.
 
Reply With Quote
 
 
 
 
Garrett Smith
Guest
Posts: n/a
 
      07-13-2010
On 2010-07-12 05:00 PM, David Mark wrote:
> On Jul 12, 5:51 pm, Garrett Smith<dhtmlkitc...@gmail.com> wrote:
>> Twitter.com website uses a login URI that is inaccessible; the user
>> cannot log in using the form UI. Attempting to log in to twitter.com in
>> Firefox, for example, the browser displays the error to the user
>>
>> | Server not found
>> | Firefox can't find the server at staging45.local.twitter.com.
>> | * Check the address for typing errors such as
>> | ww.example.com instead of
>> | www.example.com
>> |
>> | * If you are unable to load any pages, check your computer's network
>> | connection.
>> |
>> | * If your computer or network is protected by a firewall or proxy,
>> | make sure that Firefox is permitted to access the Web.
>>
>> It's not a Firefox issue; it's that Twitter.com's login FORM's action
>> references a URI that cannot be accessed (staging45.local.twitter.com).
>>
>> To login to twitter via web, go tohttp://twitter.comand change the

......................................^

There was a space character (U+0020) there.

>> form's action, either using Firebug or with this bookmarklet:
>>
>> javascript:void(document.getElementById("signin"). action = "/sessions");
>>
>> There's been a host of other problems, including broken back button, as
>> well as some bad approaches used in the javascript.
>> --

>

And there, though it, as well as the previous two characters which
remain, should have been removed by the responder.
--
Garrett
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Twitter Friend Follower 2009 - Twitter Marketing Automation Software!!! xmanclick3 Python 0 02-14-2010 02:31 PM
Get 19,530 new twitter followers in 30 days? Manila Shaji Python 0 02-18-2009 10:48 AM
Twitter attack exposes awesome power of clickjacking ~BD~ Computer Security 0 02-16-2009 08:59 AM
Get Python News On Twitter daftspaniel@gmail.com Python 0 02-26-2008 10:02 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57