Open matdave opened 9 years ago
Also having the same issue... Please help us out, you've got a great extra here!!!
@scottpureds my fix was creating an "App" in facebook, then using the App ID and App Secret to validate the requests. Then around line 126 of core/components/socialsuite/model/socialsuite.class.php I changed it to.
public function simpleCurlRequest($url = '', $post = '') { if (empty($url)) { return array('error' => '[SocialSuite] URL not specified.'); } $ch = curl_init(); // Set URL to download if(strpos($url,"?") === false){ $url = $url."?&access_token=appid|appsecret"; }else{ $url = $url."&access_token=appid|appsecret"; }
Make sure to include the pipe between your App ID and App Secret
Suddenly getting a new error