A link shared on a user's wall. The User, Application, and Page objects have a links connection.
The GraphApi reference page for this object:
[!:https://developers.facebook.com/docs/reference/api/link/]
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
| C# |
|---|
[SerializableAttribute] public class Link : PostedItem |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class Link _ Inherits PostedItem |
| Visual C++ |
|---|
[SerializableAttribute] public ref class Link : public PostedItem |
.NET Framework Security
| Permission | Description |
|---|---|
| any valid access_token if the link is public, read_stream permission if the link is not public |
Inheritance Hierarchy
System..::..Object
FacebookWrapper.ObjectModel..::..DynamicWrapper
FacebookWrapper.ObjectModel..::..FacebookObject
FacebookWrapper.ObjectModel..::..PostedItem
FacebookWrapper.ObjectModel..::..Link
FacebookWrapper.ObjectModel..::..DynamicWrapper
FacebookWrapper.ObjectModel..::..FacebookObject
FacebookWrapper.ObjectModel..::..PostedItem
FacebookWrapper.ObjectModel..::..Link