The Following 22 Users Say Thank You to Shadow_Max For This Useful Post: | ||
|
2015-07-26
, 16:34
|
|
Posts: 37 |
Thanked: 57 times |
Joined on Mar 2013
|
#2
|
127.0.0.1
localhost
The Following User Says Thank You to Shadow_Max For This Useful Post: | ||
|
2015-07-26
, 16:36
|
|
Posts: 80 |
Thanked: 56 times |
Joined on Mar 2012
@ France
|
#3
|
|
2015-07-26
, 16:39
|
|
Posts: 80 |
Thanked: 56 times |
Joined on Mar 2012
@ France
|
#4
|
The Following User Says Thank You to Iryus For This Useful Post: | ||
|
2015-07-26
, 17:04
|
|
Posts: 37 |
Thanked: 57 times |
Joined on Mar 2013
|
#5
|
Jul 26 18:53:54 (2015) signonpluginprocess: QNetworkReplyImpl::_q_startOperation was called more than once Jul 26 18:53:56 (2015) signonpluginprocess: ../../src/googleplugin.cpp 882 slotError : Jul 26 18:53:56 (2015) signonpluginprocess: ../../src/googleplugin.cpp 883 slotError : Error: 203 Jul 26 18:53:56 (2015) signonpluginprocess: ../../src/googleplugin.cpp 696 replyFinished : Jul 26 18:53:56 (2015) signonpluginprocess: ../../src/googleplugin.cpp 706 replyFinished : http_error: 203 "Error downloading https://www.google.com/accounts/ClientLogin - server replied: Not Found" Jul 26 18:53:56 (2015) signonpluginprocess: ../../src/googleplugin.cpp 723 replyFinished : QVariant(int, 404) ... /signonsessioncore.cpp 520 replyError Deprecated error code: 1
Important: ClientLogin has been officially deprecated since April 20, 2012 and is now no longer available. Requests to ClientLogin will fail with a HTTP 404 response. We encourage you to migrate to OAuth 2.0 as soon as possible
The Following 7 Users Say Thank You to Shadow_Max For This Useful Post: | ||
|
2015-08-14
, 08:17
|
Posts: 128 |
Thanked: 105 times |
Joined on Dec 2014
@ Hungary
|
#6
|
|
2015-08-21
, 17:37
|
Posts: 95 |
Thanked: 70 times |
Joined on Mar 2009
@ Massachusetts
|
#7
|
|
2015-08-22
, 02:27
|
|
Posts: 37 |
Thanked: 57 times |
Joined on Mar 2013
|
#8
|
Good work! I love using the native Twitter app on my N9. I use it all the time along with all the others (Rocket, QNeptunea, Tweetian). Although, it's been working all along, and I don't think the OAuth affected me except that the profile images/avatars no longer show up properly (except for a couple people) for me, just the default egg pic. I thought it was mainly due to me deleting the Twitter cache so many times. I usually do that like every other day because the app gets really laggy at start up trying to update the feed and stuff. I don't really like that. I'm hoping in the future that this TwittFix would speed things up and if possible may add some features to update the current app. There are a few things I'd like to see:
- ability to tag users in photos (10 people)
- attach multiple photos (4 photos)
- .gif upload support (Rocket, Tweetian, QNeptunea does this fine)
- image / video thumbnail preview for multiple services (Twitter video mp4, YouTube, Instagram, Vine) (Rocket does this)
- view conversations in tree format on one page without having to click "In reply to.." and going back & forth
- Also, a black theme like Rocket and others. All we have is the default white.
If these things can be resolved, I would love the native Twitter app even more. If not possible, then too bad. Thanks for this fix!
|
2015-08-22
, 11:24
|
Posts: 92 |
Thanked: 39 times |
Joined on Jan 2014
|
#9
|
|
2015-08-23
, 15:32
|
|
Posts: 132 |
Thanked: 224 times |
Joined on Dec 2013
|
#10
|
- Also, a black theme like Rocket and others. All we have is the default white. if i success reverse engeenering - Might be possible -impossible to fix now
The Following User Says Thank You to zxcvbnm3230 For This Useful Post: | ||
So... I have found a solution to use native Twitter app.
I am actualy making an app to give an UI to fix it, but i know every user of an n9 have the hability to fix it. it is pretty simple
1- Why it do not working anymore ?
Well... The native app use the OAuth 1 Authentification to grant acces to the app.
By sign-in with the App, according to twitter workflow, you need to provide an oauth_callback,
So it's mean the callback do not work.
After a couple of hours and some logs files parsed
i found that the callback url of the native app is swipe.nokia.com and this domain do not exist anymore
The signonpluginprocess return me this
The callback url is call on the client side during auth process. No need to make a huge hack ! we only need to simulate that the callback URL return "TRUE" to the oauth2plugin (or succeful open an URL)
So follow the step an you will be able to use Native app again
- Plug your phone in SDK mode, run SDK Connectivity to enable SSH acces
- Open your favourite SSH client and login into your N9 with the common user (developer by default, or root if you have enable root acces)
- If you are logged as root go to next step or Get root accès level by login into root, or use devel-su command
Code:
- ping a website or google.com to get the IP adress :
Code:
- note the IP
Code:
- edit the /etc/hosts file with nano or another text editor
Code:
Code:
do not forget this >>
- add the following line in a new line
Code:
replace xxx.xxx.xxx.xxx with the IP of google server or other who can be join with th N9 through wifi or 3G, replace xxx.xxx.xxx.xxx with the IP of google server or other who can be join with th N9 through wifi or 3G
- Now your hosts file look like
Code:
replace xxx.xxx.xxx.xxx with the IP of google server or other who can be join with th N9 through wifi or 3G
Voila ! you can now try to add your Twitter account.if you are not using nano, type :
3 - But
Actually, The client not displaying profile picture. Maybe ther is other hidding trouble. you can leave me a message here, i will try my best to help.
I am making an app to make it user friend
Good luck all !
Last edited by Shadow_Max; 2020-05-04 at 00:35.