MySpace Developer Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

how to add profiles for external data access?

Last post 08-02-2008 8:18 AM by Scott. 6 replies.
Page 1 of 1 (7 items)
Sort Posts: Previous Next
  • 07-06-2008 11:20 PM

    how to add profiles for external data access?

    This probably stims from not understanding something really basic about the process of OAuth....or just how this all works in general

    BUT

    I'm trying to enable it so I can have external access to the data at

    http://www.myspace.com/shanerinoz (which is a myspace account I Have access to)

     Is there a way to do this? Or can I only access accounts that are associated with my developer account?

    I tried doing the OAUTH thing to "Authorize" access

    I'm able to get to the screen where I can click "Yes, Link this Account" but when I click "Yes" I get the following error

    "401 - Unauthorized Request - You must be a developer of the application to be able to authenticate.  "

    :(

    Which makes me think there is something fundamental I'm missing..... 

    All I want to do is retrieve the pix from 
    http://www.myspace.com/shanerinoz

    and display them in a slideshow on an external site...
    like this person does
    http://developer.myspace.com/Community/forums/p/317/1162.aspx

     

  • 07-07-2008 11:20 AM In reply to

    Re: how to add profiles for external data access?

    The valid REST API calls currently available through Data Availability can be seen at: http://developer.myspace.com/community/myspace/da.aspx Are you able to successfully use the TechCrunch external application? It can be found at: http://www.techcrunch.com/myspace/app.php You can find the code for that app here: http://github.com/techcrunch/myspace_oauth/tree/master It would be helpful for us to determine whether your problem is related to OAuth, or to the API calls you are using.
    Filed under: , , ,
  • 07-07-2008 9:11 PM In reply to

    Re: how to add profiles for external data access?

    cool that's good info...

    And I just found the "Manage Developers" link for an app which I think might solve my problem...

    But I think I broke it somehow :(

    I clicked manage developers
    It brought up all my friends and let me search through them
    I couldn't find the friend I wanted to add
    So I sent them a friend request
    They accepted the request
    I went back to manage developers and now it keeps giving me this message

    "External Data Access > Manage Developers
    You don't seem to have any friends to add as developers.
    Please add some friends."

     
    :(
     
    so yea maybe it's a caching thing I don't know
    I'll close everything and clear all my cookies but just thought I'd mention it 
  • 07-07-2008 9:34 PM In reply to

    Re: how to add profiles for external data access?

    alright I closed everything down and ran CCLeaner and now it comes up ......

    But it only has my top friends in the list...

    is that by design?


     

  • 07-09-2008 10:09 AM In reply to

    Re: how to add profiles for external data access?

    I find myself in a related circumstance.  I am able to retrieve the oauth_token and oauth_token_secret for my app (consumer_key=http://www.myspace.com/394954881).  And, I am landing on the authorize page.

    But, after providing a valid developer login/password, I am redirected to Authorize.aspx with my original parameters, with the message "500 - Internal Server error" where the "... wants to link to your MySpace account. By confirming, you will allow access to your MySpace data, including your Display Name, Profile, and your Friends List, while you are using the site." message appeared previously.

    Update on this, after clearing caches and rebooting, it's working better now.

  • 07-09-2008 3:58 PM In reply to

    Re: how to add profiles for external data access?

    glad it is working. let us know if you run into any other questions.
  • 08-02-2008 8:18 AM In reply to

    • Scott
    • Top 500 Contributor
    • Joined on 07-27-2008
    • Posts 7

    Re: how to add profiles for external data access?

    JAB Hello World:

    I find myself in a related circumstance.  I am able to retrieve the oauth_token and oauth_token_secret for my app (consumer_key=http://www.myspace.com/394954881).  And, I am landing on the authorize page.

     Make sure you also provide an oauth_callback to the authorize page.

Page 1 of 1 (7 items)