Skip to content

Commit

Permalink
Clarify that callback should use custom url scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
akdotcom committed Jun 17, 2013
1 parent 29e908c commit cc0637b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This repo includes a helper class (`FSOAuth`) that can be used as-is in your own
Setting up FSOAuth with your app
=================================

1. Enter your app's callback URL at [http://foursquare.com/developers/apps](http://foursquare.com/developers/apps) in the "Redirect URI(s)" field. (You can add multiple URIs in this field; separate them with commas.)
1. Enter your app's custom URL scheme callback (e.g. yourappname://foursquare) at [http://foursquare.com/developers/apps](http://foursquare.com/developers/apps) in the "Redirect URI(s)" field. You can add multiple URIs in this field; separate them with commas.

2. Add your callback URL scheme to your app's `Info.plist` file (in the URL types field).

Expand Down

0 comments on commit cc0637b

Please sign in to comment.