erinspice
Forum Replies Created
-
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] Configuration of WP -> FB Group; Tabs?Yep, I’m good!
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] Configuration of WP -> FB Group; Tabs?Success! That worked. Thanks very much!
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] Configuration of WP -> FB Group; Tabs?API docs also say only the publish_stream permission is required.
https://developers.facebook.com/docs/reference/api/group/Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] Configuration of WP -> FB Group; Tabs?Whoops, cross-post. Great minds think alike.
I’m a developer, too. ?? Debugging is part of the job!
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] Configuration of WP -> FB Group; Tabs?That previous POST test using the Graph API Explorer was also to my own profile. I tested it using the group ID and got:
{
“error”: {
“message”: “An unexpected error has occurred. Please retry your request later.”,
“type”: “OAuthException”,
“code”: 2
}
}Which is different than the error I get when posting from WPBook Lite.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] Configuration of WP -> FB Group; Tabs?My token has the right app id and profile id (mine) and:
Issued: 1331143173 : 9:59 am Mar 7 2012
Expires: Never
Valid: True
Origin: Web
Scopes: create_note manage_pages offline_access photo_upload publish_stream read_stream share_item status_update video_uploadgraph.facebook.com/$group_id shows all the right stuff.
I did the test (POSTing to https://graph.facebook.com/78205250/feed with message and link set) and it worked fine, sending back JSON with an id constructed of my profile id, _, then post id.
Posting to my own timeline worked just fine.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] Configuration of WP -> FB Group; Tabs?I am using WPBook Lite, and the link above where that is mentioned specifically references WPBook Lite. I removed “App on Facebook” settings and am still experiencing the same behavior: “Caught exception publishing to group as Post: An unexpected error has occurred. Please retry your request later.Error code: 0”
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] Configuration of WP -> FB Group; Tabs?When I visit my app’s facebook page, it shows my entire WP site in a frame, theme and all. Is this indicative of a misconfigured URL or something like that?
Also, I am looking at instructions on this page: https://wpbook.net/docs/wpbook-lite-install-instructions/wpbook-lite-basic-settings/ and under “D. Fill out Basic Plugin Settings”, it says to fill out the “Facebook Canvas Page URL”, which is not present in my WPBook Lite Settings.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] Configuration of WP -> FB Group; Tabs?Thanks, I deleted the page tab configuration. It is a new Facebook app, but I had seen that about deprecate offline_access (and also Enhanced Auth Dialog) elsewhere, so I had already disabled those. I attempted to regenerate the access token anyway but clicking Generate Access Token again did not change the saved access token. It said it had been saved, but didn’t update the page. I also tried with and without enhanced auth dialog, since it was indicated in the post I read that it wasn’t certain it was a problem. In all cases, after enabling errors, I get “Caught exception publishing to group as Post: An unexpected error has occurred. Please retry your request later.Error code: 0.” Thanks for the help.
Forum: Plugins
In reply to: plugin or script to move data from another programOh well. I whipped up a quick script to insert them directly into the database.