Skip to content

Commit da46d58

Browse files
author
Mike Krieger
committed
adding foursquare_id to acceptable paramters in location_search
1 parent 57dc96c commit da46d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instagram/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(self, *args, **kwargs):
7777

7878
location_search = bind_method(
7979
path = "/locations/search",
80-
accepts_parameters = ['ll', 'count'],
80+
accepts_parameters = SEARCH_ACCEPT_PARAMETERS + ['foursquare_id'],
8181
root_class = Location)
8282

8383
location = bind_method(

0 commit comments

Comments
 (0)