mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[GH-ISSUE #414] Use the oAuth in Xcode 7.3 #263
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#263
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Gurmeetkaur5949 on GitHub (Oct 9, 2017).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/414
Hello Team, I am trying to add the wechat oauth functionality in my app. I am using the xcode 7 and swift version is 2. I have checked that when i open the demo in xcode 7.3 is shows me lots of error in code. So my question is, Is this library support the older version of swift or not.
@phimage commented on GitHub (Oct 9, 2017):
There is some swift2xxx branches
You can try with them
@Gurmeetkaur5949 commented on GitHub (Oct 9, 2017):
Ok, Thanks for your quick response. One more question, i cant see the name of wechat oauth in the "Support OAuth1.0, OAuth2.0" list . So is it possible to add the wechat oauth using this library??
@phimage commented on GitHub (Oct 9, 2017):
To add it some code must be added to demo app in main branch
https://github.com/OAuthSwift/OAuthSwift/wiki/Demo-application#add-a-new-service-in-demo-app
That allow me to test the compatibility
@Gurmeetkaur5949 commented on GitHub (Oct 9, 2017):
Ok, Thank u so much for your help. I will try to implement it in my app.