stevenmusumeche
Forum Replies Created
-
Forum: Plugins
In reply to: [WPBook] Ability to set post title on Facebook?I’ve never worked on a WordPress plugin before, so I’m a little lost. Where does the code that controls what appears on the post edit page come from? Basically, can you give me an overview of where each part of the code resides?
Forum: Plugins
In reply to: [WPBook] Ability to set post title on Facebook?I’m a developer and would be willing to add it myself if you could point me in the right direction.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] Missing "Share" button on Facebook?Can you make the “read more” link optionally be “share” instead?
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] "Post for iFrames Canvas urls"John, version 2.1.2 is the ticket!
I noticed a new “manage my pages” permission setting that I approved. I think that was the missing link, because my test post just went up flawlessly.
Thanks again for being so responsive.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] "Post for iFrames Canvas urls"Great, I look forward to the release, no problem with having to regrant permissions.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] "Post for iFrames Canvas urls"Yes, the post is visible on the canvas page, I did not realize that was just a live view of the blog.
I have been testing posting to a fan page, not a personal profile page. I just tested that, and it worked perfectly, so the issue must be specific to posting to a fan page.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] "Post for iFrames Canvas urls"Just to clarify, the post DOES go to my facebook app, but NOT to the facebook page.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] "Post for iFrames Canvas urls"OK, I changed those lines of code, but I am still seeing the same issue. The app ID won’t stay clear when I erase and it and click save. I don’t get any errors when publishing a post, but they don’t appear on the facebook page.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] "Post for iFrames Canvas urls"more weirdness… I tried to just completely remove my app ID from WPBook, and it just stays there. Where is this stored? Maybe I can manually remove it.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] "Post for iFrames Canvas urls"I dug into the code and printed out the facebook error object:
[result:protected] => Array
(
[error] => Array
(
[type] => OAuthException
[message] => (#200) This API call requires a valid app_id.
))
I can send more of it if you want me to. Email me at [email protected] and I’ll send it that way to avoid cluttering up this page.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] "Post for iFrames Canvas urls"Another oddity – I don’t see this error when posting as an admin, but if I am posting as an editor, I DO see the error.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] "Post for iFrames Canvas urls"I did verify that the facebook app DOES have all permissions to the facebook page it is trying to post to.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] "Post for iFrames Canvas urls"OK, here is the error I get now:
“Caught exception in publish to page (#200) This API call requires a valid app_id. Error code: 0”
What could be causing that?
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] "Post for iFrames Canvas urls"Any ideas?
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] "Post for iFrames Canvas urls"I’m trying to publish to a fan page: https://www.facebook.com/pages/Knife-Depot/113115355391983
facebook app is https://apps.facebook.com/knife-depot-blog/
blog is https://www.knife-depot.com/blog/
I do have “Show errors posting to Facebook Stream” checked, but I don’t see any errors when I create a new test post. Where would I see them? They aren’t appearing in the debug file either.
I noticed that a post we put up last night (the one about nuclear power plant) is appearing on our facebook app but not on the facebook fan page. My understanding is that the purpose of the facebook app is to post to the other facebook fan page.