shengruoyu / dabr

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

"An error occured while calling the Twitter API 403" - How can I update my client from http to https? #387

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What are the steps to trigger the problem?
1)
2)

What happened?

What did you expect to happen?

Original issue reported on code.google.com by joelgath...@gmail.com on 15 Jan 2014 at 6:31

GoogleCodeExporter commented 8 years ago
The code was updated last week and if you use SVN that will patch it.
If you've been using the downliad zip a new one needs building, however it's 
only two lines you need to change. index.php file in the main directory needs 
to have these lines (it's literally adding the s)

define('API_NEW','https://api.twitter.com/1.1/');
define('API_OLD','https://api.twitter.com/1/');

If you don't run the code yourself you will need to contact the owner.

Original comment by ryancul...@gmail.com on 15 Jan 2014 at 6:40

GoogleCodeExporter commented 8 years ago
Thanks, it works now.

Original comment by ad...@chunchu.net on 15 Jan 2014 at 2:01

GoogleCodeExporter commented 8 years ago
Issue 388 has been merged into this issue.

Original comment by ryancul...@gmail.com on 16 Jan 2014 at 11:15

GoogleCodeExporter commented 8 years ago
Issue 389 has been merged into this issue.

Original comment by ryancul...@gmail.com on 17 Jan 2014 at 6:38

GoogleCodeExporter commented 8 years ago
Oh, I'm sorry. Because I use zipped version, I can't find the update when 
googling it. That's why I'm post the issue. Just want to help anybody that use 
zipped version.
Thank you.

Original comment by adeb...@gmail.com on 17 Jan 2014 at 9:15

GoogleCodeExporter commented 8 years ago

Original comment by ryancul...@gmail.com on 17 Jan 2014 at 9:19