MySpace Open Platform

A Place For Developers

Welcome Developers!

Welcome!

Search

Page 1 of 5 (48 items) 1 2 3 4 5 Next >
  • Re: [PHP] oAuth verification failing when opensocial_token has a space.

    See the end of this thread: http://developer.myspace.com/Community/forums/t/2553.aspx?PageIndex=3 Effectively you can't use http_build_query, you need to build the querystring yourself being sure to use rawurlencode()
    Posted to Supported Libraries (Forum) by crushspot.com on 06-10-2008
  • Re: oauth failing today

    In that case I do see the issue on my side: http_build_query() internally uses urlencode() instead of rawurlencode() so the spaces get converted to + instead of %20 Thanks for giving our concern your attention.
    Posted to BUG Reports (Forum) by crushspot.com on 06-06-2008
  • Re: oauth failing today

    The main problem is the opensocial_token. I see no field for in it OAuth tool...  so how can I test it with the OAuth tool? I'm using custom signature code, it is possible there we're not handling the spaces in the opensocial_token appropriately on our end... but are there supposed to be spaces there in the first ...
    Posted to BUG Reports (Forum) by crushspot.com on 06-06-2008
  • Re: oauth failing today

    [quote user="ZeroSleep"]It used to be there, even if you had nothing in that field. I'm certain of that. I have example base strings saved from earlier tests that showed it present -- albeit with no value.[/quote] I understand that, but I was expressing how I'm not sure it's related. [quote user="ZeroSleep"]At ...
    Posted to BUG Reports (Forum) by crushspot.com on 06-06-2008
  • Re: oauth failing today

    Some changes were made regarding the oauth tokens last week, which was around when all this started. [quote user="Release Notes"]oAuth: Implement Token Secret [/quote] I don't know if that relates to the opensocial_token issue we're having but I know I can't reproduce the opensocial_token in the OAuth Test Harness.  ...
    Posted to BUG Reports (Forum) by crushspot.com on 06-06-2008
  • Re: oauth failing today

    The only pattern I'm noticing between the request URIs that work and the ones that don't is the opensocial_token has spaces (%20s) in the ones that don't.  Can anyone corroborate this?
    Posted to BUG Reports (Forum) by crushspot.com on 06-06-2008
  • Re: oauth failing today

    I really don't want to bump this thread but usually these sorts of issues don't go on for this long.  I've been getting messages from aggravated users for the last 5 days... I'd really like to be able to tell them something new. Any new information would be very much appreciated.
    Posted to BUG Reports (Forum) by crushspot.com on 06-04-2008
  • Re: oauth failing today

    I can't speak to Smart's problem, mine is the same as the OP; the oauth_signature generated for the iframe src doesn't match more than half the time.
    Posted to BUG Reports (Forum) by crushspot.com on 05-30-2008
  • Re: oauth failing today

    I seem to be having this problem as well at the moment, but I am still double-checking things.
    Posted to BUG Reports (Forum) by crushspot.com on 05-30-2008
  • Re: Cannot add app - captcha never verifies.

    Same problem for me as well... this issue is not yet fixed.
    Posted to BUG Reports (Forum) by crushspot.com on 05-09-2008
Page 1 of 5 (48 items) 1 2 3 4 5 Next >