The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vBulletin 5 API Tutorial
I think that everybody here had experienced the vBulletin 5 documentation or rather its lack. I don't know if it wouldn't be cheaper to use another forum engine. Anyway I'd like to try to write some tutorial documentation on vB5 API since developers can't make even single page about this. (But they have time to answer on same question on their board over and over again).
I will gather all knowledge from this thread and publish it as an article for all of you. So if anybody knows anything about vB5 API please write it here. I'll start. ================================================== ============= I think good place to start is here: HTML Code:
http://www.vbulletin.com/vbcms/content.php/334-mobile-api HTML Code:
http://yoursite.com/api.php HTML Code:
http://yoursite.com/forum/api.php You can call any function from /core/vb/api folder like this: HTML Code:
http://yoursite.com/forum/api.php?api_m=classname.methodname First thing to do is to call init function. With minimum set of parameters it looks like this: HTML Code:
http://yoursite.com/forum/api.php?api_m=api.init&clientname=iBeauty&clientversion=0.1&platformname=iB&platformversion=0.7&uniqueid=12345 I don't know either why do I have generate API key in admincp. So far I have some JSON answer. I'll write about further progress |
#2
|
||||
|
||||
Quote:
Quote:
|
#3
|
|||
|
|||
After a long long time and some stuff done I have commited this tutorial about vBulletin API:
http://onemanstudio.pl/tutorial/vbul...-api-tutorial/ It is not covering whole subject of API and how to do certain things. But it is a good example how to start with vB5 API. All of this is thrown over the internet, so I gathered it in one place. Later I will add to it PHP Class that interacts with vB5 API, and maybe some more tutorials how do some things with API. |
2 благодарности(ей) от: | ||
Brandon Sheley, mangoz |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|