So for this function
kongregate.services.showFeedPostBox({
content: “Come help defeat the boss!”,
image_uri: “http://your-domain.tld/feed-post-images/really-hard-boss-face.png”,
kv_params: { kv_doug: “Top doug!” }
});
would I access the parameter in a file by using [‘kv_doug’] or [‘doug’] from $_REQUEST?
thank you in advance for the reply