Bir web sitesinde özel bir kişinin Göster facebook durum akışı

3 Cevap php

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ı?

3 Cevap

Ben çevrimdışı erişim özelliği facebook kullanarak bunu nasıl anladım. the symfony plugin I created for this bir göz atın.

"Ben şu anda var kodu, ziyaretçinin kimlik ihtiyacı var ..."

Eğer bir proxy sayfa veya onların adına doğrulanmış bir istekte sonra ziyaretçilerin anonim istekleri kabul hizmeti barındırabilir miyim?

Sen deffinitely olabilecek arkadaşlar herhangi bir bilgi herhangi bir erişmeden önce yetki kullanmak gerekir. Yani Buzz veya Twitter gibi açık değil, Facebook nasıl işliyor.