The GraphApi reference page for this object:
[!:https://developers.facebook.com/docs/reference/api/album/]
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
C# |
---|
[SerializableAttribute] public class Album : PostedItem, INotifyPropertyChanged |
Visual Basic |
---|
<SerializableAttribute> _ Public Class Album _ Inherits PostedItem _ Implements INotifyPropertyChanged |
Visual C++ |
---|
[SerializableAttribute] public ref class Album : public PostedItem, INotifyPropertyChanged |
Remarks
The User, Page and Application objects have an albums connection of type album.
To read an Album you need:
- Any valid access_token if it is public.
- user_photos permissions if it is not public and belongs to the user
- friend_photos permissions if it is not public and belongs to a user's friend
Inheritance Hierarchy
System..::..Object
FacebookWrapper.ObjectModel..::..DynamicWrapper
FacebookWrapper.ObjectModel..::..FacebookObject
FacebookWrapper.ObjectModel..::..PostedItem
FacebookWrapper.ObjectModel..::..Album
FacebookWrapper.ObjectModel..::..DynamicWrapper
FacebookWrapper.ObjectModel..::..FacebookObject
FacebookWrapper.ObjectModel..::..PostedItem
FacebookWrapper.ObjectModel..::..Album