Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14017] KitchenSink: twitter feeds are not displayed on iOS

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionCannot Reproduce
Resolution Date2013-09-05T18:17:44.000+0000
Affected Version/sRelease 3.1.1
Fix Version/sn/a
ComponentsiOS
Labelsks-ipad, qe-3.1.1
ReporterParas Mishra
AssigneeIngo Muschenetz
Created2013-05-29T11:51:29.000+0000
Updated2015-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

FileDateSize
IMG_0082.PNG2013-07-18T06:02:43.000+000076527

Comments

  1. Olga Romero 2013-06-04

    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
  2. Eric Merriman 2013-06-04

    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
  3. Anshu Mittal 2013-07-18

    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
  4. Alex Kouznetsov 2013-08-05

    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}]}
  5. Dhirendra Jha 2013-08-21

    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)
  6. Lokesh Choudhary 2013-09-05

    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

JSON Source