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? this is the log: [u...@localhost ~]$ /usr/libexec/mojito-core ** Message: mojito-core.c:321: Imported module: twitter @@@ key: 92e078e7fc3746a2a54ec27ba35c420a @@@ secret: e29525b0051247bc847f38d610eb77a9f769dd0f60d64f9d8b90805700ebfd8f @@@ oauth_proxy_new @@@ online_notify @@@ user_id is NULL @@@ server: http://api.myspace.com/ @@@ consumer-key: 92e078e7fc3746a2a54ec27ba35c420a @@@ gnome_keyring_find_password_sync password: S3pKSnordmJ4VXBDalNiZzd3N3d1aUxlUTcxN1FkbTBmZUF0NWlWRzNZVk1SVXUvMGxRR0RZT2xTbVo5N3N6aVBCLytWeHhjU2l2M2pGajhndWNtWU1Ja2xqQVpmbmZMWElYdEc1VHJsZmM9 NzMxOTU2MjQ3NDZiNDYxY2FiNWNkNzAyNTRlYmI3YjQ4NDgyMjRiZTExMDA0NDkyYjEyMGM4NDA4ZTNjYWRmYw== @@@ gnome_keyring_find_password_sync GNOME_KEYRING_RESULT_OK @@@ decode password to get token, token_secret @@@ token: KzJJz+vbxUpCjSbg7w7wuiLeQ717Qdm0feAt5iVG3YVMRUu/0lQGDYOlSmZ97sziPB/+VxxcSiv3jFj8gucmYMIkljAZfnfLXIXtG5Trlfc=?, length: 109 @@@ token_secret: 73195624746b461cab5cd70254ebb7b4848224be11004492b120c8408e3cadfc, 64 @@@ oauth_proxy_set_token: KzJJz+vbxUpCjSbg7w7wuiLeQ717Qdm0feAt5iVG3YVMRUu/0lQGDYOlSmZ97sziPB/+VxxcSiv3jFj8gucmYMIkljAZfnfLXIXtG5Trlfc=, length: 108 @@@ rest_proxy_call_run @@@ rest_proxy_call_async @@@ prepare_message @@@ bound_url: http://api.myspace.com/ @@@ priv->url: http://api.myspace.com/v1/user @@@ call->prepare is not NULL @@@ create message: soup_form_request_new_from_hash @@@ message is not NULL @@@ user_agent: (null) @@@ g_hash_table_foreach, set_header @@@ method: GET @@@ status code: 0 @@@ reason_phrase: (null) @@@ request_body is NULL @@@ response_body is NULL @@@ rest_proxy_call_async, res: 1 *** Unable to locate valid config! Falling back to auto-detection... *** Unable to locate PAC! Falling back to direct... namespace warning : xmlns: URI api-v1.myspace.com is not absolute aLocation="http://api.myspace.com/MySpaceAPI_1.1.xsd" xmlns="api-v1.myspace.com" ^ MySpace-Message: Error from MySpace: <user xsi:schemaLocation="http://api.myspace.com/MySpaceAPI_1.1.xsd" xmlns="api-v1.myspace.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><userid>485190365</userid><uri>http://api.myspace.com/v1/users/485190365</uri><displayname>Henrik</displayname><weburi>http://www.myspace.com/485190365</weburi><imageuri>http://c3.ac-images.myspacecdn.com/images02/109/s_f633ebb93e0741259c68031bc0832e86.jpg</imageuri><largeimageuri>http://c3.ac-images.myspacecdn.com/images02/109/l_f633ebb93e0741259c68031bc0832e86.jpg</largeimageuri><usertype>RegularUser</usertype><hash>Kju+MUHL3q/FKim3fgY1ShEFISo=</hash></user> ** Message: mojito-core.c:321: Imported module: myspace ** Message: mojito-core.c:321: Imported module: flickr _______________________________________________ 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
