MySpace Open Platform

A Place For Developers

Welcome Developers!

Welcome!

Search

Page 1 of 7 (70 items) 1 2 3 4 5 Next > ... Last »
  • Re: access token expired for user request

    My external domain setting is the same as my callback url domain.  I double checked that.  If they weren't I don't think Myspace would give me the authenticated request_token back.
    Posted to IFrame - REST (Forum) by Mark on 10-28-2008
  • Re: access token expired for user request

    [quote user="Dmitry"]Can you show your code example, so I can try to help ?[/quote]  In ruby: http = Net::HTTP.new('api.myspace.com',) request = Net::HTTP::Get.new('/request_token') # sign the request with my consumer key and secret request.oauth!(http, @oauth_consumer, nil, { :scheme => :query_string, :nonce ...
    Posted to IFrame - REST (Forum) by Mark on 10-28-2008
  • Re: access token expired for user request

    Yeah, the request token is the same both before and after user authentication.  And I can use the request token to get the access token without any problems.  It's when I then try to use the access token that I get the error.  I'm trying to use the access token immediately after getting it, so unless the expiration is under ...
    Posted to IFrame - REST (Forum) by Mark on 10-23-2008
  • Re: access token expired for user request

    I'm pretty sure the token value itself is fine.  If the token is not the right value then I get a response like: Invalid Token specified in the request: klTJ/nNLQE8M... I'm getting a "Invalid access token or token is expired." response, so I think it must be an expiration issue, although I'm using the access token ...
    Posted to IFrame - REST (Forum) by Mark on 10-23-2008
  • Re: access token expired for user request

    bump Can somebody from the MDP engineering team please respond...
    Posted to IFrame - REST (Forum) by Mark on 10-23-2008
  • access token expired for user request

    I had code that was working to retreive user info from an external application.  I 1) generated a  request_token, 2) sent the user to api.myspace.com/authroize, and set the callback url 3) received the authorized request token and used this to get an access token 4) used the access token to call api.myspace.com/v1/user This was ...
    Posted to IFrame - REST (Forum) by Mark on 10-20-2008
  • Re: appParams being mangled for iframe

    Has anybody from the MDP engineering team taken a look at this and marked it as a bug or not a bug?  I've found a temporary way to work around it, but I really think it's not working as it should.  Thanks
    Posted to BUG Reports (Forum) by Mark on 08-27-2008
  • Re: appParams being mangled for iframe

    It's been a couple more days, is there any way to get an MDP engineer to take a look at this thread and at least make a comment?  I'm 90% sure this is a bug. Thanks 
    Posted to BUG Reports (Forum) by Mark on 07-31-2008
  • Re: appParams being mangled for iframe

    Have you guys been able to confirm that this is a bug?  Is it being worked on?
    Posted to BUG Reports (Forum) by Mark on 07-29-2008
  • Re: appParams being mangled for iframe

    Any word on this?  I'm still seeing the same behavior. Thanks
    Posted to BUG Reports (Forum) by Mark on 07-26-2008
Page 1 of 7 (70 items) 1 2 3 4 5 Next > ... Last »