An individual photo as represented in the Graph API.
The GraphApi reference page for this object:
[!:https://developers.facebook.com/docs/reference/api/photo/]
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
C# |
---|
[SerializableAttribute] public class Photo : PostedItem |
Visual Basic |
---|
<SerializableAttribute> _ Public Class Photo _ Inherits PostedItem |
Visual C++ |
---|
[SerializableAttribute] public ref class Photo : public PostedItem |
Remarks
To read a Checkin object, issue an HTTP GET request to /CHECKIN_ID with one of the above permissions.
.NET Framework Security
Permission | Description |
---|---|
- any valid access_token if it is public - user_photos permission to access photos and albums uploaded by the user - user_photo_video_tags permission to access photos in which the user has been tagged - friends_photos permission to access friends' photos - friends_photo_video_tags permission to access photos in which the user's friends have been tagged |
Inheritance Hierarchy
System..::..Object
FacebookWrapper.ObjectModel..::..DynamicWrapper
FacebookWrapper.ObjectModel..::..FacebookObject
FacebookWrapper.ObjectModel..::..PostedItem
FacebookWrapper.ObjectModel..::..Photo
FacebookWrapper.ObjectModel..::..DynamicWrapper
FacebookWrapper.ObjectModel..::..FacebookObject
FacebookWrapper.ObjectModel..::..PostedItem
FacebookWrapper.ObjectModel..::..Photo