Method Web.Api.Instagram.V1()->Users()->liked()
- Method liked
- Description
See the authenticated user's list of media they've liked. May return a mix of both image and video types. Note: This list is ordered by the order in which the user liked the media. Private media is returned as long as the authenticated user has permission to view that media. Liked media lists are only available for the currently authenticated user.
http://instagram.com/developer/endpoints/users/#get_users_feed_liked
- Parameter
params
Valida parameters are:
"count"
:string
|int
Number of items to return. Default is 20.
"max_like_id"
:string
Return media liked before this id.
- Parameter
cb
Callback function when in async mode