jillbilly
Forum Replies Created
-
actually, found a fix in another topic. here’s what another user posted. i tried it and it worked =o)
———————-
Hi Everyone, I finally got this working. The problem comes from this:
https://developers.facebook.com/docs/offline-access-deprecation/In wp-content/plugins/facebook-page-publish/fpp_index.php
On line 663
Change$permissions = array(‘offline_access’, ‘share_item’);
to
$permissions = array(‘share_item’);
Then on line 594, change
preg_match(‘/^.+=\s*(.+)/’, $access_token_url, $matches);
to
preg_match(‘/access_token=(.*)&expires/’, $access_token_url, $matches);
Hope this helps.
it stopped working for me too. hoping for a fix as i didn’t seen any other plug-ins that do the same thing when i was looking for this originally. guess i should take another look to see if there’s a new one available…
thank you for the quick response MattyRob! i called the hosting company and they said nothing had changed. however, a friend suggested it might be a URL rewrite issue and had me change the permalinks to the default setting instead of the custom setting we had been using. that did the trick! so ultimately, not a Subscribe2 issue and i still don’t know for sure what happened, but at least we have it working again.
thanks again!