Forum Replies Created
- AuthorPosts
Yuang Chu
Participantforgot to mention that it started after i upgraded to version 3.3.8
Yuang Chu
ParticipantI am having the same issue on random pinterest accounts, i do have the right to post on these boards so it seems just an API problem.
Array ( [pgID] => [isPosted] => 0 [pDate] => 2014-06-03 09:34:17 [Error] => Something went wrong – Array ( [api_error_code] => 7 [message] => You don’t have permission to edit that board. [code] => API_ERROR [target] => [http_status] => 401 ) )
C. Alex Velazquez
ParticipantI am having the same problem. Have retrieved new boards, and saved. But issue persists. 🙁
Help.
Universal API is here: https://www.nextscripts.com/snap-api/
It’s a separate product. WordPress SNAP Pro has embedded runtime edition of this API. It adds all networks to WordPress, but you can’t get the source and use it in your projects.
You need to obtain SNAP API Light or SNAP API Pro to get nxs-api.php file. If you got WordPress SNAP Pro plugin withing last year, you can get a discount: https://www.nextscripts.com/snap-api/upgrade/
app_12345 is not part of the facebook, it’s an external website.
Varg
ParticipantI just saw this error : User ID XX can’t autopost (see FAQ #1.7).
Saw the FAQ and checked “Skip User Security Verification”.
Hope it will works now.Thanks for the tips !
Again, if you are not getting the same error as “Matthew Kadish” please tart your own topic.
When you do that please tell us – are you getting any errors?
Please check your Log/History tab and let me know if you have any errors there.
Matthew Kadish
ParticipantUpon further inspection, I’ve found the problem is with the %EXCERPT% token. It seems to be pulling the text from my static Privacy Policy page instead of an excerpt from the actual post being published for some reason.
I switched the token to the %RAWEXCERPT% one and that seems to work fine. I don’t understand why the %EXCERPT% token is acting in that way, though. You may want to look into this.
Also, Tumblr is still not posting anything in the body area. No tokens work there at all.
Yagmur Akgün
ParticipantSo, no one is bothering answering my support tickets, I’ll just post here. In the example for Pinterest Standalone API there is a call for nxs-api.php:
require_once “nxs-api/nxs-api.php”;
which is not included in the API library zip.
There is a file called nxs-http.php though, so I changed my script to reference this file.
My script for testing looks like this:
<?
require “postToPinterest.php”;
global $nxs_gCookiesArr;
$nxs_gCookiesArr = doCheckPinterest(); // Use your function to retrieve saved data to array$email = $argv[1];
$pass = $argv[2];
$msg = $argv[3];
$imgURL =$argv[4];
$link = $argv[5];
$boardID = $argv[6]
$loginError = true;
if (is_array($nxs_gCookiesArr)) $loginError = doCheckPinterest();
if ($loginError!==false) {
$loginError = doConnectToPinterest($email, $pass);}
if (!$loginError)
{
doPostToPinterest($msg, $imgURL, $link, $boardID);
} else echo $loginError;
?>So, since changing to the newest API library (because login was broken in the old one), I am getting this error:
PHP Notice: Undefined index: SERVER_NAME in C:\php\nxs-http.php on line 188
nxs_Error Object
(
[errors] => Array
(
[http_request_failed] => Array
(
[0] => SSL certificate problem: unable to get local issuer certificate
))
)
– ERRORI am running this script on localhost, which worked well until this new update.
Ryan
ParticipantShould have pointed out that I am using the latest version of the standalone API library.
mark
Participantok – figured out the problem, I didn’t have anything in the Message text Format: box
- AuthorPosts
