twrequest

TWRequest is deprecated in iOS 6.0 - what can I use instead?

眉间皱痕 提交于 2019-12-18 11:03:38
问题 I'm developing a Twitter Feed View for an iOS App. I found TWRequest and it works exactly like that which i was looking for. But: i get an Notice: "TWRequest is deprecated: first deprecated in iOS 6.0". What should I use instead? 回答1: On iOS 6 you should use the Social.framework . This has a class named SLRequest . You use it almost in the same way as the deprecated TWRequest , but you need to specify that it's a twitter request as opposed to a facebook request. The entire Twitter.framework

TWRequest is deprecated in iOS 6.0 - what can I use instead?

北城以北 提交于 2019-11-30 02:02:59
I'm developing a Twitter Feed View for an iOS App. I found TWRequest and it works exactly like that which i was looking for. But: i get an Notice: "TWRequest is deprecated: first deprecated in iOS 6.0". What should I use instead? On iOS 6 you should use the Social.framework . This has a class named SLRequest . You use it almost in the same way as the deprecated TWRequest , but you need to specify that it's a twitter request as opposed to a facebook request. The entire Twitter.framework became deprecated as of iOS 6, since Apple added Facebook and Weibo (a Chinese social network) to iOS 6, they