Changes for version 0.83
- Fixed send_message, broken by Myspace changes 2008-08-15 (RT#38494)
- Fixed send_friend_request, broken by Myspace changes (RT#38385) of Myspace changes
- Fixed friends_from_profile; function was returning friends from the logged-in account, instead of the profile specified (RT#37057)
- Removed example documenting the use of the "exclude" option from friends_from_profile method. This option relied on the "exclude" option in get_friends, which was removed during the re-write of get_friends_on_page in version 0.62.
- Fixed get_basic_info
- Fixed friend_user_name
- Fixed last_login
- Fixed last_login_ymd
- read_message now cleans the 'gauntlet_tokenizer_reserved' attribute from HTML tags in received messages
- Disabled cool_new_people function and tests because the feature has been replaced by Myspace with a similar feature on the homepage; this may be supported in the future
- It should be no longer necessary to change an account's language/ location to English/United States; this is now handled automatically without changing your account settings directly (currently by modifying the MSCulture cookie)
- Much functionality previously worked with language/location set to English/United Kingdom, until changes on 2008-07-18 which broke messaging functions. That is fixed in this release by way of the change mentioned above
- Send Accept-Language HTTP header in anticipation of Myspace one day respecting it when guessing the visitor's language preference
Documentation
Approve new friends and post a comment to them
Leave a comment for your Myspace friends
Send a message to a myspace group
Modules
Access MySpace.com profile information from Perl
Auto-comment your MySpace friends from Perl scripts
Track additions/deletions to your friends list
Auto-message your MySpace friends from Perl scripts
Base class for WWW::Myspace modules
Examples
- samples/already_commented
- samples/approve_friends
- samples/browse
- samples/check_notifications
- samples/cleanup_inbox
- samples/cool_new_people
- samples/delete_friend
- samples/delete_message
- samples/find_friend
- samples/friend_changes
- samples/friends_in_group
- samples/get_basic_info
- samples/get_birthdays
- samples/get_friend_page
- samples/get_friends
- samples/get_inbox
- samples/get_login_form
- samples/get_real_name
- samples/last_login
- samples/post_blog
- samples/post_comment
- samples/read_message
- samples/search_music
- samples/send_all
- samples/send_event_invitations
- samples/send_friend_request
- samples/send_group_invitations
- samples/send_message
- samples/set_random_photo
- samples/test_message
- samples/test_next_button
- samples/todo