How to make User logout from twitter fabric ios

后端 未结 9 1245
慢半拍i
慢半拍i 2020-12-20 16:28

I have made a basic app using Twitter\'s fabric that allows user to tweet within my app and Provide Login With Twitter.Every things works a I Wanted.

9条回答
  •  一生所求
    2020-12-20 16:58

    For Swift try this,

    /**
     *  Deletes the local Twitter user session from this app. This will not remove the system Twitter account nor make a network request to invalidate the session.
     *
     *  @param userID ID of the user to log out
     */
    Twitter.sharedInstance().sessionStore.logOutUserID(userId)
    

提交回复
热议问题