Ben bütün gün bu stomping oldum: (
I want to display a status feed of both twitter and facebook on my website. For twitter, this is not a problem, as my account is public, I can easily get the feed. Facebook however, is a whole different story! I can't seem to find an easy way to just get my last status updates and display it on my website. The code I currently have, needs authentication of the visitor, and I don't want that!
Bu benim geçerli kod:
$facebook = new Facebook($api_key, $secret);
$stream = $facebook->api_client->fql_query("SELECT message,source,time FROM status WHERE uid = $user_id LIMIT 6");
Ben RSS beslemesi dahil olmak üzere birçok olası çözümleri, gördüm, ama Facebook kendi site çalışır biçimini değiştirerek tutar gibi, (geç Januari olarak gelenler de dahil olmak üzere) gördüm önceki yöntemlerin hiçbiri şu anda çalışmıyor!
Bu (basit?) Soruna bir anda çalışma çözüm bana sağlayabilir kimse var mı?