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: