I am using SLRequest for post video on twitter.The problem is that when i add my account to twitter App from setting then my code works after fetching account using ACAccountStore()
. I am using twitter kit on my app, and also i have user session on it. I don't want that the user sign into twitter app from setting for this purpose. I just want to use that store session for SLRequest
.
Can anyone please tell me how i can use Twitter.sharedInstance().sessionStore.session()
this for SLRequest as ACAccount
or any other method for SLRequest
. I also want to know is there any proper way for setup ACAccount() manually bye using session().
Thanks