Foursquare API Lists -> ListItems -> ?Venues? -


via foursquare api , documentation, i'm trying extract venues lists.

i'm hitting getting list response, has listitems, suppose "count , items of list items on list."

what api responds count.

    {       id: "510ae78ae4b0607cd8d8504f"       name: "brunchn'"       description: ""       user: {         id: "157255"         firstname: "jon"         lastname: "doe"         gender: "male"         relationship: "self"         photo: {           prefix: "https://irs3.4sqi.net/img/user/"           suffix: "/pooijdbxttrpsb0.jpg"         }       }       editable: true       public: true       collaborative: false       url: "https://foursquare.com/jon_doe/list/brunch"       canonicalurl: "https://foursquare.com/jon_doe/list/brunch"       createdat: 1359669130       updatedat: 1364583099       followers: {         count: 0       }       listitems: {         count: 3       }     } 

from documentation, if item response, can retrieve venue, there doesn't seem connection, or i'm going @ wrong api call. have suggestions?

the call https://api.foursquare.com/v2/users/self/lists


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -