On Thu, 2009-08-13 at 15:41 +0800, xiaopei wrote: > Dear everyone: > I can get message such as twitter,flickr,lastfm, but can not get the > myspace message(I'm already logged in); > > I debug the mojito, I found that the token set to oauth_proxy is > incorrect(has one more character), so I cut the front 108 character and > set to oauth_proxy, and then I can got the user information, but it > says, "Error from MySpace", what's the meaning?
That's very strange because it works fine here. Can you give an example of a broken token and a valid token? It's possible that the encoding/decoding when storing the tokens is broken. As before, always include logs from REST_DEBUG=proxy of mojito or bisho when reporting problems like this (but first make sure there is nothing sensitive like your password in there!) Ross -- Ross Burton mail: [email protected] jabber: [email protected] www: http://burtonini.com _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
