Làm sao đăng bài lên Group FB khi có Access Token vậy các bác, dùng cUrl php ạ PHP: $postdata = array( 'message' => 'this is a test message',);$ch = curl_init();curl_setopt($ch, CURLOPT_URL, 'https://graph.facebook.com/592449777785729/feed?access_token='.$access_token.'');curl_setopt($ch, CURLOPT_HEADER, 0);curl_setopt($ch, CURLOPT_POST, 1);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_POSTFIELDS, $postdata);$check = curl_exec($ch); Em code như vậy mà ko chạy. :sosad:
bạn debug lại access token xem còn sống ko? chạy trực tiếp url test cũng đc , xong hãy curl Nhớ thêm &method=post https://graph.facebook.com/592449777785729/feed?access_token='.$access_token.'&method=post&message=".urlencode($message);
Vâng e ko hiểu nó hoạt động làm sao. E lấy đc Token ko hết hạn nhưng ko biết cách Login bằng Token đó, Login bằng Cookies e cũng chịu