Questions tagged [twitterkit]

Twitter Kit is a set of SDKs for iOS and Android SDK for displaying Tweets, authorizing Twitter users, and working with the Twitter API.

Twitter Kit is a set of SDKs for iOS and Android for displaying Tweets, authorizing Twitter users, and working with the Twitter API.

108 questions
-2
votes
1 answer

Twitter - Follow to certain user

I am developing the iOS app where user can login from twitter and follow certain users.But following doesn't work. - (void)executeFollowRequestWithComplition:(nonnull SuccessResultBlock)complition { NSURLSessionConfiguration…
-2
votes
1 answer

TwitterKit for Swift

How to import twitterkit into swift? I have tried : "#import < TwitterKit/TWTRKit.h>" But that doesn't allow function calls.
Jeeves
  • 424
  • 1
  • 7
  • 25
-4
votes
1 answer

Cannot assign value type '()' to type String?

I am just trying to get some information from a request using completionHandler. The thing is that I need the array with all the information from other part of the code and it seems I can't access to it. Here it is where I access to the…
TibiaZ
  • 730
  • 1
  • 8
  • 21
1 2 3 4 5 6 7
8