I use MGTwitterEngine to integrate Twitter into my iPhone application. so I want to follow a specific person using this library. can anyone suggest me how i do this.
thank
I am not trying to follow the user.
Try this metthod
-(NSString *)enableUpdatesFor:(NSString *)username
and let me know