Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.0.6 GA, 6.0.12 EE, 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.0.X EE, 6.1.X EE, 6.2.0 CE M4
-
Labels:
-
Environment:Tomcat 7 + MySQL 5. Portal 6.2.x GIT ID: 6d280617f28523c41bd9dae101c9b948eb6abaf0
Plugins 6.2.x GIT ID: 714c43fcb2f3adb9302fcca3076d288d19c231ee
-
Branch Version/s:6.1.x, 6.0.x
-
Backported to Branch:Committed
-
Similar Issues:
Description
The twitter portlet uses this incorrect (deprecated, no longer supported) prefix:
private static final String _URL = "http://twitter.com/statuses/user_timeline/";
This causes tweets to not show up in the activities stream.
It needs to be udpated to use this:
private static final String _URL =
"http://api.twitter.com/1/statuses/user_timeline/";

Reproduced on:
Tomcat 7 + MySQL 5. Portal 6.2.x GIT ID: f20ae16c7c6cf047ce07fcaee8dd9e389b6301ec.
Plugins 6.2.x GIT ID: 6afa94b9c21a8f46bd8a955bd43afe6b8b93bf4b.