Hi, I'm trying to call
-(void)shareOnTwitter:(NSString *)link{
link = [NSString stringWithFormat:@"http://m.twitter.com/?status=%@",link];
//load webView etc
But twitter is taking me to the logon page without my link saved. Has anyone gotten this to work?