[GH-ISSUE #518] What are the step-by-step instructions to use this library with Twitter (authenticate, and grab the json file) #338

Closed
opened 2026-03-03 16:47:50 +03:00 by kerem · 5 comments
Owner

Originally created by @shyamalschandra on GitHub (Mar 4, 2019).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/518

What are the step-by-step instructions to use this library with Twitter (authenticate, and grab the json file)

Originally created by @shyamalschandra on GitHub (Mar 4, 2019). Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/518 What are the step-by-step instructions to use this library with Twitter (authenticate, and grab the json file)
kerem 2026-03-03 16:47:50 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@phimage commented on GitHub (Mar 5, 2019):

just read the readme

<!-- gh-comment-id:469609595 --> @phimage commented on GitHub (Mar 5, 2019): just read the readme
Author
Owner

@shyamalschandra commented on GitHub (Mar 5, 2019):

That wasn't the answer I was looking for because the README is incomplete.

For more information, see the following:

https://stackoverflow.com/questions/54991225/what-is-the-most-quickest-oauth-framework-to-use-for-swift-4-2-for-twitter-in-nu

<!-- gh-comment-id:469673555 --> @shyamalschandra commented on GitHub (Mar 5, 2019): That wasn't the answer I was looking for because the README is incomplete. For more information, see the following: https://stackoverflow.com/questions/54991225/what-is-the-most-quickest-oauth-framework-to-use-for-swift-4-2-for-twitter-in-nu
Author
Owner

@phimage commented on GitHub (Mar 5, 2019):

This is the answer @shyamalschandra of your generic question without any code etc...

 func doOAuthTwitter(serviceParameters: [String:String]){
        let oauthswift = OAuth1Swift(

bad -> oauthswift must be affected to a variable somewhere to be used later
not only just after the connection

as you can see in the demo app

<!-- gh-comment-id:469722092 --> @phimage commented on GitHub (Mar 5, 2019): This is the answer @shyamalschandra of your generic question without any code etc... ``` func doOAuthTwitter(serviceParameters: [String:String]){ let oauthswift = OAuth1Swift( ``` bad -> oauthswift must be affected to a variable somewhere to be used later not only just after the connection as you can see in the demo app
Author
Owner

@shyamalschandra commented on GitHub (Mar 5, 2019):

This is not a valid answer. Could you please give step-by-step instructions?

<!-- gh-comment-id:469814768 --> @shyamalschandra commented on GitHub (Mar 5, 2019): This is not a valid answer. Could you please give step-by-step instructions?
Author
Owner

@phimage commented on GitHub (Mar 6, 2019):

@shyamalschandra stop rate the quality of answer...
your are not on stackoverflow.

so stop asking here, go to stackoverflow

you are not asking step by step but that someone do your job ;)

<!-- gh-comment-id:470025531 --> @phimage commented on GitHub (Mar 6, 2019): @shyamalschandra stop rate the quality of answer... your are not on stackoverflow. so stop asking here, go to stackoverflow you are not asking step by step but that someone do your job ;)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OAuthSwift#338
No description provided.