README.md in social_profile-0.1.0 vs README.md in social_profile-0.1.1
- old
+ new
@@ -32,10 +32,10 @@
``` ruby
user = SocialProfile::Person.get(:facebook, uid, access_token)
user.share_photo!(album_id, filepath, {
- :album => {:title => "Site pictures"},
+ :album => {:name => "Site pictures"},
:photo => {:message => "Cool photo"}
})
```