API Question
Hey all. I'm creating a few custom PHP pages using vBulletin and it's API that create new threads, replies and users. Once I create a new item, I will need to output the newly created id. I see for the User object that the save method returns the new user id, but there is nothing for threads and posts. For these I'm using vB_DataManager_Thread_FirstPost and vB_DataManager_Post.
Does anyone know how I can retrieve the newly created thread id and post id's when I save them using the API?
Thank you.
|