fredriklj
Forum Replies Created
-
Forum: Plugins
In reply to: [WPBook] WPBook: 2.2 image thumbOk, so I finally got around debugging this. It looks like what is actually posted to facebook is correct:
2011-07-09 10:47:31 : publish_to_facebook running, target_admin is ..
2011-07-09 10:47:31 : Post ID is 799
2011-07-09 10:47:31 : My permalink is https://www.vassback.se/2011/07/strandvardar-2011/
2011-07-09 10:47:31 : function exists, and this post has_post_thumbnail – post_Id is 799
2011-07-09 10:47:31 : my_thumb_id is 800
2011-07-09 10:47:31 : my_image is https://www.vassback.se/wp-content/uploads/2011/07/strandvardar-150×150.jpg
2011-07-09 10:47:31 : Post thumbail is https://www.vassback.se/wp-content/uploads/2011/07/strandvardar-150×150.jpg
2011-07-09 10:47:31 : Post share link is
2011-07-09 10:47:31 : Publishing to personal wall, admin is …
2011-07-09 10:47:31 : Publishing as excerpt, https://www.vassback.se/wp-content/uploads/2011/07/strandvardar-150×150.jpg is https://www.vassback.se/wp-content/uploads/2011/07/strandvardar-150×150.jpg
2011-07-09 10:47:35 : Just published to api, fb_response is Array
(
[id] => …_…
)2011-07-09 10:47:35 : Past stream_publish, fb_response is Array
(
[id] => …_…
)2011-07-09 10:47:35 : Page access token is …|…-…|…|…
2011-07-09 10:47:35 : Publishing to page …
2011-07-09 10:47:35 : Publishing to page, image is https://www.vassback.se/wp-content/uploads/2011/07/strandvardar-150×150.jpg
2011-07-09 10:47:36 : Just published as page to api, fb_response is Array
(
[id] => …_…
)Also, when checking the access logs of the web server, there are not clear-text requests back. Hence there will be no redirects to follow either.
What looks funny from the above is the “Post share link is” which ends with nothing.
Any more suggestions?
Forum: Plugins
In reply to: [WPBook] WPBook: 2.2 image thumb@johneckman .. since I switched to forcing SSL on my wordpress site, posting of (featured) images is no longer working. To enable all content to be served over SSL i use the plugin “WordPress HTTPS”.
Any clear-text requests to my site is given 302 (redirect) to https. When switching to SSL, I also filled in (in the facebook app settings) “Secure Canvas URL”, but changed “Canvas URL” to also go with SSL.
When wpbook posts to the facebook wall, the post contains just the text.
– yes, my theme support the featured image
– yes, I have a featured image for the postBut no dime. Any suggestions?