mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #268] No http in Instagram uri field, what to use for value? #159
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#159
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 @ejpusa-zz on GitHub (Aug 17, 2016).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/268
Ok, I'm sure this has been faced before. What uri should we be using for Instagram for the redirect back to my app? Thought at one point IG accepted: oauth-swift://oauth-callback/instagram
But that no longer seems to be the case. Thanks for help.
@phimage commented on GitHub (Aug 17, 2016):
https://github.com/OAuthSwift/OAuthSwift/wiki/Instagram
@phimage commented on GitHub (Aug 17, 2016):
#258
@ejpusa-zz commented on GitHub (Aug 17, 2016):
Thanks for quick response, IG does require a value there. I can't leave it blank it looks like.
Yes, do want to use the internal web view. Just don't see how that is setup.
@ejpusa-zz commented on GitHub (Aug 18, 2016):
From this text, still not sure what URl is needed by instagram, since that URI now has to start with https://
thanks
@phimage commented on GitHub (Aug 18, 2016):
1: use what you want
2 no plist things to do
3 use same callback url that you set in instagram
read wiki more closely, see demo code in webview delegate (call of oauthswift.handle...)
e35c7a2and please close issue when you are done