The development tag has no wiki summary.
0
votes
1answer
41 views
PHPsmug: How to get response from image upload?
Probably just missing something in the documentation, but I have been pecking at this for a while.
if I use the command
$a=$f->images_upload( "AlbumID=$albumid", "File=$filepath", ...
3
votes
1answer
55 views
How do I pull purchase stats through the API?
Is there a way to gather purchase statistics through the SmugMug API?
Such as:
what size photo (or type of merchandise) was purchased
how many were purchased
the order date
3
votes
1answer
134 views
What is a good way to search on keywords using the SmugMug API?
I would like to be able to search on keywords through the API.
Has anyone tried - or can think of a better way - to search on keywords using a local database? Such as grabbing the keywords and image ...
4
votes
2answers
288 views
How is SmugMug using DynamoDB?
When Amazon's DynamoDB was announced, Don MacAskill mentioned that SmugMug was using DynamoDB. I would like to know what exactly DynamoDB is being used for, and any details that can be given about the ...
3
votes
1answer
63 views
Is there a way to leave comments using the API?
I would like to make a program which can view images, leave comments, etc. The program is for Android. I can't seem to figure out how to put comments using the API, at least for anonymous comments. Is ...
4
votes
1answer
62 views
What are the guidelines for using the Smugie (Green smilie face) in a product I am developing?
I am in the process of developing a product for Android that is basically a SmugMug photo viewer. Am I allowed to use the Smugmug Logo in my product?
4
votes
1answer
241 views
Drupal 7 SmugMug API
Has there been any work on integrating SmugMug into Drupal 7? I am moving forward using the the phpSmug code as a library to communicate with SmugMug and using Drupal 7 to do the View work for Drupal.
...