api - How to find out the user's board id -


i new pinterest, , have limited understanding how thing works in pinterest. plus couldn't find offical api pinterest.

however manage find following script, looks it's going work project. http://www.nextscripts.com/pinterest-automated-posting

how going work? users fill in username , password, , want post image user's board, how having difficult know how user's boardid?

any suggestion? thanks

  1. you can use function dogetboardsfrompinterest(). returns list of boards account.

  2. you can login pinterest.com account @ source of pinterest board page. board id @ javascript @ end of page. like:

var board = 158540918071276794;


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -