-
I wish the image restrictions weren't so restrictive. I've spent the last month or two automatically generating cute avatar icons for every MySpace buddypoke user, specifically to be used in the activity feed. It seems like it was a bit of a waste of time, because you only allow images from myspace's servers.
That said, as long as ...
-
Yeah :) Thanks! Everything appears to be working again.
-
Our traffic is half today as well.
Applications are disappearing from home and profile pages. It happened to me on the home page..
Applications are not always starting, because the javascript is failing to start.
You had incompatible versions of javascript files with the most recent push. I managed to walk some users through ...
-
I'm receiving a message from users every 2 minutes about this. (I'm serious..)
Please can we get it fixed? This is completely killing BuddyPoke..
-
I have 25 different translations for the text in BuddyPoke that I use on other sites. I'm just now trying to test Spanish on MySpace, but to be honest I'm not sure how to change my regular profile settings to Spanish so I can test the text. On hi5 and orkut they have a profile setting to set the site to show your choice of ...
-
Cool :) Thanks for the info Stephanie.
-
Using the REST api to set app data (http://api.myspace.com/v1/users/%s/appdata ), myspace's servers throw a 500 internal error when the data is greater than 1KB. It used to return a much friendly error message warning the data was greater than 1KB. It's not a big deal.. but error messages are always nicer than 500's which ...
-
Hi Stephanie
I'm not sure what kind of stuff you had in mind.. But for my apps I use Amazon S3 and Google App Engine depending on what I'm storing. I personally try to proxy or cache my "stuff" to either the OpenSocial container using getProxyUrl (which myspace doesn't support), or use the container's app data, or ...
-
Which REST call are you trying to call? I just did a lil experiment setting app data via REST. I can set app data using a regular PUT. But then I changed it to use the override _method=PUT and sent the request as a POST. And it worked fine. To be honest I wasn't sure it would work, but sure enough it does :) ...
-
Thanks Rhonda :) It's good to hear things are progressing towards 0.8.