Options

Giving it a try

3rdPlanetPhotography3rdPlanetPhotography Banned Posts: 920 Major grins
Ok I'm trying to use the smugmug.login.withPassword method.

Not sure what I'm missing but this is the return I get.

Oh nevermind... I cannot paste the XML string here. Won't show it.


Any Ideas?
kc7dji

Comments

  • Options
    dsdeedsdee Registered Users Posts: 23 Big grins
    edited April 25, 2005
    kc7dji wrote:
    Ok I'm trying to use the smugmug.login.withPassword method.

    Not sure what I'm missing but this is the return I get.

    Oh nevermind... I cannot paste the XML string here. Won't show it.


    Any Ideas?
    kc7dji
    what are you getting a fault ? a message? Can you dump the XML without the angle-brackets? Do you have an API Key ? Are you using your email and password, or are (mistakenly) trying your nickname and password?? What language are you trying this in ?? Which interface, REST or XML::RPC ?

    --David
  • Options
    NikolaiNikolai Registered Users Posts: 19,035 Major grins
    edited April 25, 2005
    Xml
    kc7dji wrote:
    Ok I'm trying to use the smugmug.login.withPassword method.
    Not sure what I'm missing but this is the return I get.
    Oh nevermind... I cannot paste the XML string here. Won't show it.
    Any Ideas?
    kc7dji
    You can show your XML in at least two ways:
    1) add spaces after < and before >, e.g. < tag >
    2) paste the whole thing as PHP (in this case you can't preview/edit it)

    Without seeing your XML it's pretty hard to guess what exactly are you doing wrong..ne_nau.gif

    HTH
    "May the f/stop be with you!"
  • Options
    3rdPlanetPhotography3rdPlanetPhotography Banned Posts: 920 Major grins
    edited April 25, 2005
    dsdee wrote:
    what are you getting a fault ? a message? Can you dump the XML without the angle-brackets? Do you have an API Key ? Are you using your email and password, or are (mistakenly) trying your nickname and password?? What language are you trying this in ?? Which interface, REST or XML::RPC ?

    --David
    David,

    I finally got it. First, it was my overlook. I was sending Key instead of APIKey. Second the parameters were case sensitive ie... EmailAddress, Version, Password.

    It's working now. I'm writing this in C# as one of my coming up to speed projects in C#.

    Now if I can get up to speed in C# I can probably fly through this program.

    kc7dji
  • Options
    3rdPlanetPhotography3rdPlanetPhotography Banned Posts: 920 Major grins
    edited April 25, 2005
    Nikolai wrote:
    You can show your XML in at least two ways:
    1) add spaces after < and before >, e.g. < tag >
    2) paste the whole thing as PHP (in this case you can't preview/edit it)

    Without seeing your XML it's pretty hard to guess what exactly are you doing wrong..<img src="https://us.v-cdn.net/6029383/emoji/ne_nau.gif&quot; border="0" alt="" >

    HTH
    Sorry Nikolai I think we posted about the same time. I replied to David above.
  • Options
    dsdeedsdee Registered Users Posts: 23 Big grins
    edited April 25, 2005
    kc7dji wrote:
    David,

    I finally got it. First, it was my overlook. I was sending Key instead of APIKey. Second the parameters were case sensitive ie... EmailAddress, Version, Password.

    It's working now. I'm writing this in C# as one of my coming up to speed projects in C#.

    Now if I can get up to speed in C# I can probably fly through this program.

    kc7dji
    Very cool, KC7; glad it's working.

    --d2
  • Options
    NikolaiNikolai Registered Users Posts: 19,035 Major grins
    edited April 25, 2005
    Glad to hear it
    kc7dji wrote:
    Sorry Nikolai I think we posted about the same time. I replied to David above.
    Good luck with the rest of it.. thumb.gif
    Cheers!1drink.gif
    "May the f/stop be with you!"
Sign In or Register to comment.