Trying to setup following for xf2.x - https://github.com/xfrocks/bdApi/tree/master/php_demo
Authentication successfully done. Getting following message "Obtained access token successfully!" and URLs with tokens.
Now don't know what to do next?
How can I post a thread into a specific forum?
I want to create a post into my XF forum using the api.
I have tried like following but no success - https://domain.com/xf-php-api/index.php?action=request&url=https://forum.domain.com/community/api/index.php?users/me/timeline&oauth_token=TOKEN_CODE&access_token=TOKEN&forum_id=18&thread_title=Thread_Title&post_body=Description
You help will be much appreciated.
Trying to setup following for xf2.x - https://github.com/xfrocks/bdApi/tree/master/php_demo
Authentication successfully done. Getting following message "Obtained access token successfully!" and URLs with tokens.
Now don't know what to do next?
How can I post a thread into a specific forum?
I want to create a post into my XF forum using the api.
I have tried like following but no success - https://domain.com/xf-php-api/index.php?action=request&url=https://forum.domain.com/community/api/index.php?users/me/timeline&oauth_token=TOKEN_CODE&access_token=TOKEN&forum_id=18&thread_title=Thread_Title&post_body=Description
You help will be much appreciated.