-
Hey FalconD,
Can you paste a fiddler response back from the server when this happens? http://www.fiddler2.com/fiddler2/
We have not made any changes to the OpenID project in awhile. New and exciting endpoints are coming from MDP.
-Thanks
-V
-
Hey Nilakshi,
You need Flex installed. Its just a mxml file. Paste the whole thing and run =)
-V
-
Hey Christian,
Here is what you are looking for:
GET http://api.myspace.com/xrds
http://wiki.developer.myspace.com/index.php?title=Portable_Contacts_REST_Resources
You can also get the list of OpenSocial 0.90 xrds below:
make sure to include this in the header request
Accept: application/xrds+xml
GET ...
-
Nick, I need to know more about how your ISP host your pages and have php-cgi setup.
I did the following and it worked. Everything worked with the "myspaceid-openid-oauth" sample.
Install Ubuntu 9.04 x86
sudo aptitude install subversion curl php5-cgi php5-curl libcurl3
a2enmod actions
a2enmod cgi
ScriptAlias /php5-cgi ...
-
Ohhh
As a CGI, it can mean a huge difference. CGI uses stdin/stdout which means encoding can be different. I will try this and let you know what I find.
-V
-
There is no on-site ability to just get your friends list.
Yes, your options are to create a myspace application which will give you APIs that will allow you to get the list of friends in JSON or XML format.
MySpace Apps(opensocial) or MySpace ID - http://wiki.developer.myspace.com/index.php?title=Main_Page
-V
-
you can use the following query string parameters:
lang=
language=
culture=
example:
/v1/users/{userId}/moods?language=es-mx
-V
-
Hey Nick,
I've tried to setup my environment just like yours and did the following:
apache 2.2.11
php 5.2.11
Sept 4,2009 - latest version of the sdk from http://code.google.com/p/myspaceid-php-sdk/source/checkout
http://myspaceid-php-sdk.googlecode.com/svn/trunk/
I used your apps consumer key/secret in config.MySpace.php ...
-
You can do a put to status or mood.
There is also a way to get the list of moods.
GET /v1/users/{userId}/status
GET /v1/users/{userId}/mood
GET /v1/users/{userId}/moods
PUT /v1/users/{userId}/status
PUT /v1/users/{userId}/mood
Examples:
This is a put to the status ...
-
Hi everyone,
Sorry for the inconvenient. There is a bug in the validation process and it has been fixed but has not rolled to production yet.
There is a solution around it until the fix rolls out.
Please try the following changes to External Domain to get it working.
Remove the subdomain or domain prefix from the "External ...