Skip to content

Commit

Permalink
Tweak the intro sentence's explanation of why Native Auth = good
Browse files Browse the repository at this point in the history
  • Loading branch information
akdotcom committed Jun 17, 2013
1 parent cc0637b commit 3271021
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
@@ -1,7 +1,7 @@
foursquare-ios-oauth
====================

Foursquare native authentication makes it easier for your app's users to connect to Foursquare. If the user already has the Foursquare app installed on their device, it will use their existing credentials from the app instead of presenting the user with another login screen.
Foursquare native authentication makes it easier for your app's users to connect with Foursquare. Unlike web-based OAuth, native authentication re-uses the Foursquare app's user credentials, saving users the hassle of re-logging in to Foursquare within your app.

This repo includes a helper class (`FSOAuth`) that can be used as-is in your own app. It also includes a simple test application as an example of how to use the class.

Expand Down

0 comments on commit 3271021

Please sign in to comment.