When I am using any code related with php + AngularJS then its not able to share anything on pinterest direct from our application.
Like:
$pinterest = new PinterestAPI('487992287213444318092', '3e49484c42b9a43716b6306c43083aaed2860a879d5f6ef112c01e1');
$loginurl = $pinterest->auth->getLoginUrl('http://localhost:3000', array('read_public, write_public, read_relationships,write_relationships'), 'code');
Any code structure like:
this code structure working fine with others sharing.