MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Invalid Digital Signature

Last post 06-07-2009 8:17 AM by rondata. 38 replies.
Page 3 of 3 (39 items) < Previous 1 2 3
Sort Posts: Previous Next
  • 02-08-2008 3:00 PM In reply to

    Re: Invalid Digital Signature

    In my experience *grin* it's always the initial sign in process that's the hardest. Once you have that solved... it's cake to integrate all of the other methods. It's like building blocks, just need a good foundation.

    Thanks for your help. I'm sure we will be finding more good stuff.

    Joseph

  • 11-14-2008 1:40 AM In reply to

    • Nemesh
    • Not Ranked
    • Joined on 08-08-2008
    • Posts 3

    Re: Invalid Digital Signature

     Hi can you please give C# code for this as i am stuck in the middle it would be a great help if you provide C# code to validate the signed request 

  • 12-30-2008 2:02 AM In reply to

    • Oleg
    • Not Ranked
    • Joined on 12-25-2008
    • Posts 2

    Re: Invalid Digital Signature

     Hello, experts!

    This topic is very popular, and i'm also trying to solve 401 (invalid dig. signature) still second day. I'm blank and ask you if you could help me somewhat.

    So,

    the URL is:

    http://api.myspace.com/v1/users/440332656?oauth_consumer_key=http%3A%2F%2Fwww.myspace.com%2F440555278&oauth_nonce=7410411398079278968&oauth_signature=3KzTHZ2obKKUzTvtUiRz6VU8QN0%3D&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1230630722&oauth_version=1.0

    the Base String:

    GET&http%3A%2F%2Fapi.myspace.com%2Fv1%2Fusers%2F440332656&oauth_consumer_key%3Dhttp%3A%2F%2Fwww.myspace.com%2F440555278%26oauth_nonce%3D7410411398079278968%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1230630722%26oauth_version%3D1.0

    the signature is:

    3KzTHZ2obKKUzTvtUiRz6VU8QN0=

    Consumer secret: a534fc1c65ce4c2aa429e08a26d32421

    Something wrong is there, but i cannot to find it :-(

    I would appreciate any kind of help.

    Thanks in advance, Oleg.

  • 01-05-2009 10:16 AM In reply to

    Re: Invalid Digital Signature

    I'm using Perl... can someone please tell me how to construct oauth_nonce??

    and is it just the timestamp and nonce I need to dynamically change for a given app?

    Also, I've been using the Oauth testing tool for this yet when I copy and paste the resulting URI into a new tab, it comes back with rogue request - is that supposed to happen or am i missing something? I know the request is valid, because if I hard code it in my program it works... until the key expires anyway. So since I've got the timestamp ok, the only other thing I think it could be is nonce, and I'm not clear on how to construct that value.

    Thanks,

    Vaughan

     

     

     

     

     

  • 01-06-2009 10:26 AM In reply to

    Re: Invalid Digital Signature

    Oleg are you still having this problem?

    Oleg:

     Hello, experts!

    This topic is very popular, and i'm also trying to solve 401 (invalid dig. signature) still second day. I'm blank and ask you if you could help me somewhat.

    So,

    the URL is:

    http://api.myspace.com/v1/users/440332656?oauth_consumer_key=http%3A%2F%2Fwww.myspace.com%2F440555278&oauth_nonce=7410411398079278968&oauth_signature=3KzTHZ2obKKUzTvtUiRz6VU8QN0%3D&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1230630722&oauth_version=1.0

    the Base String:

    GET&http%3A%2F%2Fapi.myspace.com%2Fv1%2Fusers%2F440332656&oauth_consumer_key%3Dhttp%3A%2F%2Fwww.myspace.com%2F440555278%26oauth_nonce%3D7410411398079278968%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1230630722%26oauth_version%3D1.0

    the signature is:

    3KzTHZ2obKKUzTvtUiRz6VU8QN0=

    Consumer secret: a534fc1c65ce4c2aa429e08a26d32421

    Something wrong is there, but i cannot to find it :-(

    I would appreciate any kind of help.

    Thanks in advance, Oleg.

     
  • 01-07-2009 7:37 AM In reply to

    • Oleg
    • Not Ranked
    • Joined on 12-25-2008
    • Posts 2

    Re: Invalid Digital Signature

     Hi, thank you for interesting it that matter. Fortunately, i've solved it somehow :-). Now it works fine. I don't know if it's bug or not. Just a minute i shall describe later. I guess it seems like double encoding. So, the consumer key should be in form of http://myapaces.com/vvvvvv and when i "urlencode", i got the following: http%3A%2F%2Fmyspace.com%2Fvvvvv. The authontification is failed with the error 401. But, and it's quite fascinating, if pass the consumer key like this: http%3A%2F%2Fmyspace.com%2Fvvvvv, and after, urlencode, the server accepts it. Amazing, isn't it?!

    By the way, i write on the Java.

    Any comments/suggestions would be appreciated.

    Cheers, Oleg.

  • 06-03-2009 12:03 AM In reply to

    Re: Invalid Digital Signature

    Hi ALL

     

    I still facing the problem

     Invalid digital signature for base string: "GET&http%3A%2F%2Fapi.myspace.com%2Fv1%2Fusers%2F478417543%2Ffriends.xml&oauth_consumer_key%3DC50CF2B2-B4E3-420a-9839-7966192982A1%26oauth_nonce%3D633796088385795185%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1244012039%26oauth_version%3D1.0"

     

    Please assist me.Thanks in advance.

  • 06-03-2009 12:05 AM In reply to

    Re: Invalid Digital Signature

    my secret keyt: is

    57a0ef1eb3484e218bd2972da55ea14f

     

    my consumer key: http://www.myspace.com/sivap

  • 06-07-2009 8:17 AM In reply to

    Re: Invalid Digital Signature

     Which language?

Page 3 of 3 (39 items) < Previous 1 2 3