Hello guys and girls. Who uses facebook api? I want use message sending method to facebook user. Example: player writes on server /ban, plugin gets his message and will send to owner (facebook user) of this server. I know about CURL_SETOPT, but i dont know link for using this. Thanks for any help.
Facebook do have an API for this, you can have a read about it for yourself here. Although it appears you need the mbstring extension installed onto PHP in order to use it so if you're planning on distributing a public plugin it may be difficult.
not using the client is alwayls an option we are not really forced to use it you can make one on your own
I know but if it's already there then why not use it? There's no need to make this hard for ourselves.
lets just say there a lot of valid reasons ex: cant meet libary requirement version lib oudated you just dont want to include multi file lib into your plugin it is just way easier to build one then sitting back reading all the lib docs for 5 hour why not when you can build one in 2 hours
1. We can meet the library requirements. 2. It's never going to be out of date because Facebook always update it. 3. I can say from exprience that documentation takes about 10 minutes realisticly to understand. What the hell makes you think it takes 5 hours?