Details
-
Type:
Bug
-
Status: Closed
-
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.2 CE GA3, 6.1.30 EE GA3, 6.2.0 CE M4
-
Component/s: Dev Tools, Dev Tools > Plugins SDK, Social Networking, Social Networking > Twitter
-
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
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/";