Gets The user's Poke.
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
| C# |
|---|
public FacebookObjectCollection<Poke> Pokes { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Pokes As FacebookObjectCollection(Of Poke) Get |
| Visual C++ |
|---|
public: property FacebookObjectCollection<Poke^>^ Pokes { FacebookObjectCollection<Poke^>^ get (); } |
Remarks
original: the 'pokes' connection is an array of objects containing to, from, created_time and type fields.
.NET Framework Security
| Permission | Description |
|---|---|
| read_mailbox. |