Branches FB API for .NET
Facebook API for .NET Framework Good for VB, C# and other .NET languages.
Pages
Home
Download
About
Get Started / Examples
Supported Functions
Contact Us
Wednesday, May 25, 2011
How to Comment on a Post
Imports
Branches.FBAPI
...
Dim
SI
As
New
SessionInfo(
"[access_token]"
)
)
Dim
Posts =
New
Functions.Posts(SI)
Dim
C
As
New
Comment
C.message =
"test comment"
Posts.PublishCreate(
"[objectID to post comment to]"
, C)
1 comment:
Anonymous
March 7, 2013 at 2:06 a.m.
polo
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
polo
ReplyDelete