using this request to get the pins of a user for Pinterest Api(from pinterest api documentation)
http://widgets.pinterest.com/v3/pidgets/users/{username}/pins/
but by default returns a array of 50 pins is there a way to limit to lower number of pins returned?
Go here, click Generate, and get an access token: https://developers.pinterest.com/tools/access_token/
Get the statuses using note&limit=int: https://api.pinterest.com/v1/me/pins/?access_token=TOKEN&fields=id,creator,note&limit=2
See docs for extra parameters: https://developers.pinterest.com/docs/api/overview/