How to get user details using twitter api v1.1 (Twitter error 215)

First, you need to Authenticate your request (Get permission). second, see follow these steps: 1.Download FHSTwitterEngine Twitter Library. 2.Add the folder FHSTwitterEngine” to your project and #import “FHSTwitterEngine.h”. 3.add SystemConfiguration.framework to your project. Usage : 1.in the [ViewDidLoad] add the following code. UIButton *logIn = [UIButton buttonWithType:UIButtonTypeRoundedRect]; logIn.frame = CGRectMake(100, 100, 100, 100); [logIn setTitle:@”Login” … Read more