Welcome Developers!

Welcome!

Search

Page 1 of 1 (5 items)
  • Re: Null pointer exception on request - Using Android SDK

    But which params do I need to pass with that request? I'm assuming oauth_consumer_key oauth_nonce oauth_signature_method oauth_timestamp oauth_version oauth_signature. Is that correct? Now the question is, I only know the consumer key, what do I need to put in for the others? I could figure out nonce, signature_method, timestamp, and ...
    Posted to IFrame - REST (Forum) by Fakey on 07-20-2010
  • Requesting using MySpace API - Exceptions

    So, I'm coding using Android. I'm trying to find out what applications have been added by my friends. I was checking this out: http://developerwiki.myspace.com/index.php?title=ActivityStream_Applications Here's 4 lines of code that I'm using: String REQUEST_STRING = ...
    Posted to MySpaceID (Forum) by Fakey on 07-19-2010
  • Re: Null pointer exception on request - Using Android SDK

    Ok, then could you give me an example of a string that I should use for my REQUEST_STRING variable, just to see if I can get ANY sort of response from the MySpace server? Thanks in advance!
    Posted to IFrame - REST (Forum) by Fakey on 07-19-2010
  • Re: STATE USER AND AUTHENTICATION

    To get the request token , uou wrote: http://api.myspace.com/request_token?{oauth-signed-parameters} But what do we need to put in for 'oauth-signed-parameters'? Where do we get these parameters?
    Posted to IFrame - REST (Forum) by Fakey on 07-19-2010
  • Null pointer exception on request - Using Android SDK

    I'm new to this, I can't figure out what's wrong with my code. I want to make a simple request to the API, I don't know why I get a null pointer exception error in my callback. Am I doing something obviously wrong? Here's the chunk of code. String REQUEST_STRING = ...
    Posted to IFrame - REST (Forum) by Fakey on 07-15-2010
Page 1 of 1 (5 items)