[TIMOB-14017] KitchenSink: twitter feeds are not displayed on iOS
GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2013-09-05T18:17:44.000+0000 |
Affected Version/s | Release 3.1.1 |
Fix Version/s | n/a |
Components | iOS |
Labels | ks-ipad, qe-3.1.1 |
Reporter | Paras Mishra |
Assignee | Ingo Muschenetz |
Created | 2013-05-29T11:51:29.000+0000 |
Updated | 2015-02-02T20:46:46.000+0000 |
Description
KitchenSink: twitter feeds are not displayed on iOS.
This is not a regression. Issue occurs since 3.1.0.GA
Steps to reproduce:
Log into twitter on laptop :username- appcel123,Pwd -tester123
on the device tap on KitchenSink -> Mashup>twitter
Expected Result:
click on the Appcelerator logo from the people list and should be able to see the view the tweets
see if the tweets displayed matches the one on the webpage, including time
Actual:
No tweets are displayed on the device.
Attachments
Cannot reproduce. Tested with: Appcelerator Studio, build: 3.1.1.201306031002 SDK, build: 3.1.1.v20130603173057 Devices: iPad mini iOS 6.0 iPhone 5 iOS 6.0
Unable to reproduce on simulator with: Mac OS 10.8.3 Safari: 6.0.4 Xcode 4.6.2 CLI: 3.1.1-cr titanium-code-processor: 1.0.1-cr Alloy: 1.1.3-cr Appcelerator Studio, build: 3.1.1.201306031002 Titanium SDK version 3.1.1.v20130603173057
Unable to get any feeds on iPad3 (ios7). Please find screenshot attached. SDK:3.1.1 GA Appcelerator Studio: 3.1.2.201307121651 OS: OSX 10.7.5 Device:iPad3(iOS 7) Xcode: 5.0 beta3
It looks like KitchenSink uses Twitter API v.1, which is no longer supported by Twitter. Line #216 in twitter.js xhr.open("GET","http://api.twitter.com/1/statuses/user_timeline.json?screen_name="+screen_name); Twitter stopped supporting http first, and later - https for v.1. Example: https://api.twitter.com/1/statuses/user_timeline.json?screen_name=spresent Returns: {"errors": [{"message": "The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.", "code": 68}]}
Used the below environment and could not reproduce the issue. Twitter feeds are showing on the device. Test Environments - Appcelerator Studio: 3.1.3.201308201707 Titanium SDK: 3.1.3.20130820141614 ACS: 1.0.6 Titanium: 3.1.2 Xcode - 5 beta 5 Devices - iPhone4S (v7.0), iPhone5 (v6.1.4)
Cannot reproduce. We can see the twitter feeds. Closing Environment: Appcel Studio : 3.1.3.201308252005 Ti SDK : 3.1.3.v20130904134612 Mac OSX : 10.8.4 Ipad4-IOS7 & Iphone4- IOS6