How can I post something to a Wall using Facebook Developer Toolkit?

后端 未结 3 1919
春和景丽
春和景丽 2021-02-11 03:45

Does anyone have experience using the Facebook Developer Toolkit? I am trying to post something to a Facebook user\'s Wall, but can\'t figure out how to use the API? Could som

3条回答
  •  鱼传尺愫
    2021-02-11 03:50

    I actually found documentation and samples to do what I was looking for here: http://facebooktoolkit.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28001

    EDIT:
    After initializing the Facebook session I called the Stream.Publish() method on the API.

    FacebookService.API.stream.publish(...);
    

提交回复
热议问题