Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter WisTex

    (@wistex)

    Well, after almost a week of posting, it appears that the Social plugin is not compatible with WordPress’s JetPack Publicize functionality, at least on the Facebook side. The Social plugin can find Twitter posts, but cannot find the Facebook posts.

    The FAQ said that sometimes it takes 72 hours for Facebook posts to appear, but it has been longer than that, and nothing posted in Facebook (replies, likes, etc.) is showing up in the blog comments at all.

    Anyone else have this issue?

    Thread Starter WisTex

    (@wistex)

    I see that WordPress JetPack is posting the link as http://blog.morepossibilities.info/?p=2231&fb_source=pubv1 to Facebook, not http://blog.morepossibilities.info/?p=2231 which is what is mentioned in the FAQ. I wonder if the &fb_source=pubv1 tacked on the end is affecting things.

    Thread Starter WisTex

    (@wistex)

    I looked through the entire codebase. I am not sure where to change it so it looks for JetPack’s post URL format instead of the Social plugin’s format. Anyone know how to change it?

    IIRC at the time we wrote this we couldn’t get the Facebook API to give us Likes or comments about a specific URL (shares didn’t yet exist). Social looks only for Likes and comments on the broadcast.

    It’s possible that the Facebook API has evolved/will evolve to allow for this, in which case Social should be updated to include that type of search at that time.

    Thread Starter WisTex

    (@wistex)

    I’ll have to figure out why Social refuses to post to Facebook then. WordPress will post to Facebook via JetPack, but when the Social Plugin tries to do it, it fails and says something about an invalid password or something like that.

    Thread Starter WisTex

    (@wistex)

    I noticed that you can search for /me/posts and then parse the results for the URL. That would at least give posts made by the author. Then once you know the ID of the post, you can get all the comments for that post.

    Examples:

    (Note: You must set an access token before the URLs will display the desired results.)

    GET /me/posts
    https://developers.facebook.com/tools/explorer?method=GET&path=me%2Fposts

    GET 10151947998883669/comments
    https://developers.facebook.com/tools/explorer?method=GET&path=10151947998883669%2Fcomments

    So although you cannot search by URL directly (as far as I can tell), you can search someone’s feed and parse for URLs.

    Thread Starter WisTex

    (@wistex)

    To see the results I was looking at, you can use GET /scott.m.stolz/posts instead of GET /me/posts.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Will this work with WordPress Publicize?’ is closed to new replies.