nguyentientoan / socialauth-net

Automatically exported from code.google.com/p/socialauth-net
0 stars 0 forks source link

Tweets Post Demo Error #183

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Log in through Twitter
2. Go to Tweets Post Demo

What is the expected output? What do you see instead?
I expect to be able to Post Tweets to my Twitter account, but instead I got 
error message (see attached)

What version of the product are you using? On what operating system?
2.3.1a on Windows 7 x64 - IIS 7

Please provide any additional information below.

Original issue reported on code.google.com by pgeprope...@gmail.com on 11 Jul 2013 at 2:29

Attachments:

GoogleCodeExporter commented 8 years ago
The reason for the error is probably due to the retirement of API v1 on Jun 11, 
2013.
This is the detail:
https://dev.twitter.com/docs/faq#17750

Original comment by pgeprope...@gmail.com on 11 Jul 2013 at 4:26

GoogleCodeExporter commented 8 years ago
Thanks for highlighting this. In POSTDemo.aspx.cs, you just need to change /1/ 
to /1.1/ in 
https://api.twitter.com/1/statuses/home_timeline.json?include_entities=true

We'll have this fixed in upcoming release.

Original comment by deepak.a...@3pillarglobal.com on 12 Jul 2013 at 7:40

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
That works. Thanks.

But I think you still need to fix the TwitterWrapper in the source, because 
other built-in call still doesn't work.

Original comment by Pgeprope...@gmail.com on 12 Jul 2013 at 4:17

GoogleCodeExporter commented 8 years ago
Resolved in 2.4
regards,
Deepak

Original comment by deepak.a...@3pillarglobal.com on 6 Aug 2013 at 8:52