Hi,
The problem I'm having is when attempting to delete a photo (after getting the ID, and using $ningApi->photo->deleteById($id); I'm getting a "This feature has been disabled" error. I'm certain the ID/key is correct, since changing it results in an invalid key error.
I have access to the photos and can delete them from the main site, but I don't seem to be able to delete via the API.
Thoughts?
Tags:
Can you post more of the code you're using? I just did this, and it successfully deleted the photo. What network are you running this on?
require 'src/NingApi.php';
$api = new NingApi($subdomain, $consumerKey, $consumerSecret, $email, $password);
var_dump($api->photo->deleteById($photoId));
... where $photoId was "6332436:Photo:5203", which I'd found by viewing source on an image I'd just uploaded.
Posted by Kyle Ford on October 13, 2010 at 8:00am 3 Comments 3 Likes
Posted by Phil McCluskey on October 1, 2010 at 8:55am 0 Comments 1 Like
Posted by Kyle Ford on September 30, 2010 at 8:30pm 1 Comment 1 Like
© 2023 Created by Build Team.
Powered by