Displaying all 2 messages |
Rick Love
1/5/2012 at 8:57
|
Hi,
How can I find out the project id number for a given project? I've looked through the GUI and all I can find is the full-text name of the project with no id numbers... Regards, Rick |
|
Randy Stebbing
1/8/2012 at 19:47
|
They way I'm doing this is to look at the raw source html for a project page and search for the word "Graph.follow" the project ID number is on the same line of text.
For example this text shows up for the http://www.geni.com/projects/Collaboration-Pool project revealing a project id of 1069. <button id="follow_btn_project-1069" style="display:none" class="button super teal " onClick="Graph.follow('project-1069')"> |