Users\Feed

Get all videos in a user's feed

get/me/feed

Query parameters

offsetstring
Example:280

Necessary for proper pagination. Do not provide this value yourself. Instead, use the pagination links in the feed response.

pagenumber
Example:1

The page number of the results to show.

per_pagenumber
Example:10

The number of items to show on each page of results, up to a maximum of 100.

type'appears' | 'category_featured' | 'channel' | 'facebook_feed' | 'following' | 'group' | 'likes' | 'ondemand_publish' | 'share' | 'tagged_with' | 'twitter_timeline' | 'uploads'

The feed type.

Response

The videos were returned.

Changes