how to get more details FHSTwitterEngine
ArjunSa786 opened this issue · 1 comments
ArjunSa786 commented
how to get oauth_signature
oauth_timestamp
oauth_nonce
screen name
in my viewcontroller
dkhamsing commented
Hm if you want to build a request to send to Twitter, look into - (void)signRequest:(NSMutableURLRequest *)request withToken:(NSString *)tokenString tokenSecret:(NSString *)tokenSecretString verifier:(NSString *)verifierString
in FHSTwitterEngine.m