Post on a friend's wall on behalf of a user

前端 未结 2 1296
南旧
南旧 2021-01-25 18:38

I am writing a Facebook application that needs to post on a friend\'s wall on behalf of a user, but out of the scope of a canvas application. I have the following:

2条回答
  •  难免孤独
    2021-01-25 19:13

    Actually, I think I've figured out the answer here. I don't think that there's a way to do it in the new OAuth API, but there does seem to be a way with the older REST API. See the documentation here.

    Simply replace step 2 in my question with the above documentation, still using the OAuth token from step 1, and you should be good :)

提交回复
热议问题