Support topic for my Dolphin API. (application programming interface)
http://www.boonex.com/m/dolphin-api
Support topic for my Dolphin API. (application programming interface) https://www.deanbassett.com |
API Version 1.0.1 was just released. https://www.deanbassett.com |
If this is what I think it is, this could REALLY open up dolphin to integrate with 3rd party Message Boards. Or am I completely missing the point of this? http://www.mytikibar.com |
You would need to write the code for the 3'rd party message board, but yes, that is what it is for. https://www.deanbassett.com |
Why the use of curl? It seems like adding an needed middle man to me. I can see it being useful for non-web applications.
This definitely would fit perfect for message boards. Just modify the user system of it to use boonex's. Though it may be easier to just hook into dolphins default login process and append whats needed for the message board haha. |
It does not have to be just curl. It could be a javascript ajax call, a standard web form, even vb script. Anything that is able to do a standard http post request. So you can have a 3'rd party script create a dolphin account on the fly. https://www.deanbassett.com |
Or how about this scenario.. Lets say you have 2 dolphin sites, and you want one dolphin site to add the user to the second dolphin site. Lets make it harder and say those two sites are on different servers in different parts of the world. https://www.deanbassett.com |
I can see where this opens up dolphin for add ins on 3rd party web sites. Kinda like that big blue F web site does. This will be a good thing! http://www.mytikibar.com |
Product updated to version 1.0.2 for dolphin 7.1.0 and 7.1.1 https://www.deanbassett.com |
Can this also be used to create a 'Dolphin Connect' system for an external system? ~~Mike ~~ This Signature is missing something :( |
Can this also be used to create a 'Dolphin Connect' system for an external system? No. There is no section in the API to return profile information and the security is not tight enough in this api to do that safely. This was designed as a way to provide a script running on the same server to check for the existence of and create new accounts. It's not designed to pass packets over the internet. https://www.deanbassett.com |