|
Post by Stingray888 on Sept 26, 2018 21:44:36 GMT
Here is a conversation I just saw on Facebook about linking things that happen in a NWN online world to a Facebook page.
Thaddeus Kendrick - Any devs know how to get a NwN server to interface with Facebook and automatically post PvP and/or event results in real time?
Stanisław Jasiewicz - You'll need NWNX for such magic.
Stanisław Jasiewicz - And most likely you'll need to write a plugin to it yourself in C++, Java or C#
Jonny Rolleston - I did it in C#. Made it so every time a player takes a screenshot on my server it adds it to my Facebook page and when they level up past 40 it puts it into the timeline of the page.
Sharon Ann Franks - That's awesome.
Mark Renier - Custom programming. Do it yourself. Tyler Watson - You'll need to hook your server up with NWNX. There's a provided WebHook plugin NWNX. I'm not familiar with integrating with Facebook specifically, but it can't be too much different from doing it with Discord. Here's a link to the NWScript include: github.com/.../WebHook/NWScript/nwnx_webhook.nss
|
|