Undocumented Fix to Facebook Authorization
-
I was stuck for some time getting Facebook to authorize. I had all the settings correct (callback URL, etc) but nothing would happen when I clicked Authorize for Facebook.
There are two potential fixes:
1. Turn on output buffering in php.ini. To do so, add the following line to php.ini:
output_buffering = on
2. If that doesn’t resolve the problem then open uncomment the code ob_start(); in the file facebook-auto-publish.php (line no. 32).
Hope that saves everyone some frustration…
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Undocumented Fix to Facebook Authorization’ is closed to new replies.