sekel
07-09-2014, 05:53 PM
from
http://www.vbulletin.com/vbcms/content.php/367-API-Overview
So here's an example of the request URL:
http://www.yourforumurl.com/api.php?api_m=forum_markread&api_c=clientid&api_s=accesstoken&api_sig=signature&api_v=1&b=value1&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
http://www.vbulletin.com/vbcms/content.php/367-API-Overview
So here's an example of the request URL:
http://www.yourforumurl.com/api.php?api_m=forum_markread&api_c=clientid&api_s=accesstoken&api_sig=signature&api_v=1&b=value1&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