开发者

Facebooker: Getting it to post to specific pages?

开发者 https://www.devze.com 2022-12-13 06:30 出处:网络
I am trying to post to specific pages and running into an issue. This is what I have where 1234 is a facebook uid

I am trying to post to specific pages and running into an issue. This is what I have where 1234 is a facebook uid

@user = Facebooker::User.new(1234) @user.session = Facebooker::Session.create(KEY,SECRET)

my_page = Facebooker::Page.new(PAGE_NUMBER) user.publish_to(@user, :message => @message)

It keeps posting to the user profile and not the page I specify. What am I开发者_如何学编程 doing wrong?


try (just a guess)

user.publish_to(my_page, :message => @message)
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号