MySpace Open Platform

A Place For Developers

Welcome Developers!

Welcome!

Search

Page 1 of 7 (69 items) 1 2 3 4 5 Next > ... Last »
  • Re: oAuth Iframe php way harder then it should be.

    Hi Michael:  To get all the friends, just specify "page_size=all" and skip the other params. Here's the documentation for this API: http://wiki.developer.myspace.com/index.php?title=GET_v1_users_userId_friends_list_page_show  Also, i'm not really sure why your signatures are not matching up. Can you please post your ...
    Posted to IFrame - REST (Forum) by Chak on 10-14-2009
  • Re: oAuth Iframe php way harder then it should be.

    Interesting that I've got the exact code I gave you working fine on my test server. Can you please print out the remote signature and local signature values? Wondering if it's an url encoding issue Thanks Chak
    Posted to IFrame - REST (Forum) by Chak on 10-12-2009
  • Re: oAuth Iframe php way harder then it should be.

    Hi, Here's some PHP code to get you started: http://cnanga.com/iframe_php/iframe_php.zip 1.Download the zip file onto your server and edit the MySpace\ckeynsecret.php by adding your app's consumer key/secret. 2. Make sure you've chosen the "External IFrame" radio button option in the "Canvas Surface" tab of ...
    Posted to IFrame - REST (Forum) by Chak on 10-12-2009
  • Re: Starting trouble with MySpaceId Application

    Hi, The easiest way to start integrating with MySpaceID is via the MySpaceID SDKs. We have one for Java here: http://code.google.com/p/myspaceid-java-sdk/ Thanks Chak
    Posted to MySpaceID (Forum) by Chak on 10-06-2009
  • Re: ERROR! MySpace::getAccessToken() returned an invalid response. Giving up.

    Hi, Since you mention oauth_verifier, it appears that you are trying to use OAuth 1.0a where this concept was introduced. What language (PHP, ActionScript etc) are you using? Thanks Chak
    Posted to MySpaceID (Forum) by Chak on 10-05-2009
  • Re: Really confused on iFrame app developement

    >> Does everything within MySpace need to be done with JS such as makeRequest? No :-) For example, assume you have a Facebook app implemented using PHP on the server side for the canvas surface. Depending on how it's written/setup you could be able to leverage some of your server side work. When you're setting up the app on ...
    Posted to IFrame - REST (Forum) by Chak on 09-28-2009
  • Re: Access Token...

    Hi, Can you please check the response body that comes along with the 401 status? That should give you some additional info on the reason for the 401 Chak
    Posted to IFrame - REST (Forum) by Chak on 09-21-2009
  • Re: OAuth Callback URI does not return OAuth token

    Hi, In your app's settings (@ developer.myspace.com), can you please make sure: 1. The "External URL" field is set to: http://testappp1.appspot.com 2. The "External Callback Validation" fields are set to: "http", "appspot.com" (field 1 and 2 respectively) Chak
    Posted to MySpaceID (Forum) by Chak on 09-21-2009
  • Re: Sample PHP Hybrid Example

    Hi, I'm guessing you're referring to the redirect after a successful auth flow? Can you please check to see the value of $redirect_url looks like (lines 42/43 in try_auth.php)? Chak
    Posted to MySpaceID (Forum) by Chak on 09-19-2009
  • Re: Oauth Problem?

    hi, In what step of the oauth flow are you seeing this error (request_token, access_token etc)? Chak
    Posted to MySpaceID (Forum) by Chak on 09-16-2009
Page 1 of 7 (69 items) 1 2 3 4 5 Next > ... Last »