from
http://www.vbulletin.com/vbcms/conte...7-API-Overview
Quote:
So here's an example of the request URL:
http://www.yourforumurl.com/api.php?...alue1&a=value2
From the example, you'll see:
api.php specific params are prefixed with 'api_'
api_m = method name
api_c = ClientID.
api_s = Access token.
api_sig = signature of the request
api_v = the api version called by the request
b=value1&a=value2 are the HTTP GET params accepted by the method (forum_markread) of the API
|
how to make / put database client ( client id, client name token and other ) .?
Thanks