natesymer/FHSTwitterEngine

twitter friend follow

jigarrdesai opened this issue · 4 comments

Hello,

i tried to use this sdk for ios.

I am able to twitt but not able to do follow.

kindly suggest

tx

can you share some code, what did you try

yes we were use same code. we were use following method for follow

[[FHSTwitterEngine sharedEngine] followUse:"SCREEN_NAME" isID:NO]);

ok let me try it, thanks

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