You searched for the word(s): o
-
I requested "add to friend" from the ContainerSpy account. Let me know if you can see it.
-
As far as I know this is the only library that exists. I'm sure as time goes on that there will be more flavors of PHP libraries. MDP has only been out since 2/5/08 so I'm sure with time there will be tons to choose from.
Thanks!
Joseph
-
Well, I'm able to make REST calls from within my Flash as source SWF file using a REST interface I created based on the OAuth authentication vaguely outlined in the documentation. So I guess it's not a crossdomain.xml issue.
Still seems to be something missing though. I don't see any way of getting user IDs for the VIEWER and ...
-
Thanks Joseph. Are these the only PHP libraries available? I mean that facebook has libraries they have written which can be downloaded and used. Is this the case with MySpace or the libs posted in the forum are the only thing available?
Thank you!
-
Thanks bud. I'll definitely give that a look.
-
yeah ... there is one four forum threads down in the same thread. It's titled PHP Client Library... in this thread you just looked at. Thanks!
http://developer.myspace.com/Community/forums/t/157.aspx
-Joseph
-
Are there any PHP libraries that I need to download in order to use the REST API? Can someone please point me to the place where I can do that? Also is there sample code anywhere that I can look at?
Thannk you!
-
Here's the error firebug returns when I hit submit...
[quote user=""][Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: http://api.msappspace.com/OpenSocial/MyOpenSpace001.js :: ...
-
You can also take a look at this http://code.google.com/p/rest-client/
-
How will live apps function against the sandbox version?
Will my app (script runs on my own site, gets a userid from the db and runs the xml query) be able to use REST to get info of a user who doesn't have the app installed? (for instance now, userid.xml only works when I request info on a user who has the app installed, all others return a ...