Gets The Posts the user is tagged in.
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
| C# |
|---|
public FacebookObjectCollection<Post> PostsTaggedIn { get; } |
| Visual Basic |
|---|
Public ReadOnly Property PostsTaggedIn As FacebookObjectCollection(Of Post) Get |
| Visual C++ |
|---|
public: property FacebookObjectCollection<Post^>^ PostsTaggedIn { FacebookObjectCollection<Post^>^ get (); } |
Remarks
original: the 'tagged' connection is an array of objects containing id, from, to, picture, link, name, caption, description, properties, icon, actions, type, application, created_time, and updated_time
.NET Framework Security
| Permission | Description |
|---|---|
| read_stream. |