A message thread in the new Facebook messaging system as represented in the Graph API. The User object has a threads connections.
The GraphApi reference page for this object:
[!:https://developers.facebook.com/docs/reference/api/thread/]
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
C# |
---|
[SerializableAttribute] public class InboxThread : FacebookObject |
Visual Basic |
---|
<SerializableAttribute> _ Public Class InboxThread _ Inherits FacebookObject |
Visual C++ |
---|
[SerializableAttribute] public ref class InboxThread : public FacebookObject |
Remarks
Please note: We are in the process of making the new messages system available to all users,
at which point this API will replace the /inbox/ graph API endpoint.
We are providing early access to this API for registered developer accounts only until the new messaging system is broadly available.
You should use the /inbox endpoint for production applications at the current time.
To read a thread, issue an HTTP GET request to /THREAD_ID
.NET Framework Security
Permission | Description |
---|---|
read_mailbox Extended Permission. |
Inheritance Hierarchy
System..::..Object
FacebookWrapper.ObjectModel..::..DynamicWrapper
FacebookWrapper.ObjectModel..::..FacebookObject
FacebookWrapper.ObjectModel..::..InboxThread
FacebookWrapper.ObjectModel..::..DynamicWrapper
FacebookWrapper.ObjectModel..::..FacebookObject
FacebookWrapper.ObjectModel..::..InboxThread