I just realised there was a change to the createPost() API. It returns it’s $post variable inside ‘post_view’, i.e. $response[‘post_view’][‘post’] rather than $response[‘post’] - which caused quite a few duplicate posts to be made. Just discovered and fixed that now.
I just realised there was a change to the createPost() API. It returns it’s $post variable inside ‘post_view’, i.e. $response[‘post_view’][‘post’] rather than $response[‘post’] - which caused quite a few duplicate posts to be made. Just discovered and fixed that now.