twitter friend follow
jigarrdesai opened this issue · 4 comments
jigarrdesai commented
Hello,
i tried to use this sdk for ios.
I am able to twitt but not able to do follow.
kindly suggest
tx
dkhamsing commented
can you share some code, what did you try
jigarrdesai commented
yes we were use same code. we were use following method for follow
[[FHSTwitterEngine sharedEngine] followUse:"SCREEN_NAME" isID:NO]);
dkhamsing commented
ok let me try it, thanks
dkhamsing commented
hey just tried it and [[FHSTwitterEngine sharedEngine] followUser:@"twitterUsername" isID:NO];
works fine.. you may not be authenticated or there might be another issue with your code