Options

API Calls Using VBScript

dac1117dac1117 Registered Users Posts: 123 Major grins
Can I make SmugMug API calls using VBScript? What would be the syntax for referencing the SmugMug application object? (I usually use the 'Set' command to reference objects (i.e. 'Set commenceDB = Application.Database').

thx -dc

Comments

  • Options
    devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited September 20, 2006
    Hi dc,

    Unfortunately, there is no object like that. You would have to use an xmlhttp request (using the REST api) and then parse the resulting xml.

    There is nothing stopping you from creating an object that makes you life a bit easier, but nothing like that already exists.

    Cheers,

    David
    David Parry
    SmugMug API Developer
    My Photos
Sign In or Register to comment.