Have a Question?

If you have a question, start typing or search for it below.

WordPress Two-Factor Authentication: Application-Specific Passwords

During WordPress publishing destination creation, if you encounter an error message which asks for an application-specific password, the following steps must be followed to enable Camayak to communicate with your platform. Navigate to the WordPress.com Security page. Scroll down to the “Application Passwords” heading. Enter “Camayak” as your application name . . . Read more

How to connect Camayak to your WordPress.com site

You can connect your Camayak account to your WordPress.com site if you are an admin on both your Camayak and WordPress accounts. Here’s how: 1. Create a new admin user in your WordPress.com site that is specifically for connecting to Camayak (you may give it the username CamayakArchive for example). Remember . . . Read more

Sample Content API integration in PHP

<?php class Camayak_Request { // How many seconds the signed request can differ from // the current epoch seconds – the shorter the drift, // the less time the signed request has to be test. public $signed_url_drift = 5; // Your Camayak API key. private $api_key = ‘CAMAYAK_API_KEY’; // Your . . . Read more