I’ve been using Facebook’s PHP SDK, but it’s buggy and they don’t seem to have any interest in fixing even basic bugs.
They don’t seem to be interested in doing any serious effort in maintaining it, if they only address bugs based on the number of “me too”s.
Is there some alternative? Any other implementation out there that is being actively maintained in a serious way?
If you don’t want to use the PHP SDK just use curl.
Have fun!
Incidently, you really shouldn’t be outputting before initiating the facebook object. What are you trying to do with the SDK that doesn’t involve authentication? And if it does involve authentication, you shouldn’t output stuff before you authenticate anyway.