Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
added location search examples to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
locationstar committed Dec 9, 2012
1 parent 7682f3a commit b8ff86f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -97,6 +97,14 @@ API Usage Examples
# Search for users on instagram, by name or username
puts Instagram.user_search("shayne sweeney")

# Search for a location by lat/lng
puts Instagram.location_search("37.7808851","-122.3948632")

# Search for a location by Fousquare ID (v2)
puts Instagram.location_search("3fd66200f964a520c5f11ee3")




Contributing
------------
Expand Down

0 comments on commit b8ff86f

Please sign in to comment.