* Not a criticism.
** More of a large bun really. That's not a criticism either.
Please say briefly why you were incapable of work for the period stated above, words like unwell or illness are insufficient.
I had a fever, slight headache and very sore throat which made it difficult to speak, admittedly not essential to my job but I wouldn't want to pass the illness to my colleagues who need to use the phone without sounding like they'e doing a Barry White impression.
<fb:prompt-permission perms="read_stream,offline_access">
Grant
</fb:prompt-permission>
<script type="text/javascript">ii) You then need to grab a persistent session key, in PHP this is available like so:
FB.Connect.showPermissionDialog('read_stream,offline_access', ondone);
function ondone(a){ alert(a); }
</script>
$key = $facebook->api_client->session_key
$key = $_POST[fb_sig_session_key]iii) Once you've got this key you (or your script) can "become" the user like so:
$facebook->set_user($user_id, $key, 0)iv) You can then get an array of streams using stream.get:
$streams = $facebook->api_client->stream_get($user_id, $user_id...)v) I have not worked out how to "filter" stream_get to return just posts, or links, etc. getFilters will return a list of filters, but I have not had any success in changing the return value of stream_get, at all. There are also apps on the filter that is returned that I am sure I have not installed, Doodle Jump for example, wtf?
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />Remember that PHP's htmlentities() can also take a charset.
http://www.facebook.com/feeds/share_posts.php?id=userid&viewer=userid&key=akey&format=rss20To get your key (and userid) go to your notifications page and click on the "Via RSS" link, you can then change "notifications" in the URL to "share_posts", "status", etc.
rant verb (ranted, ranting) 1 intrans to talk in a loud, angry, pompous way. 2 tr & intr to declaim in a loud, pompous, self-important way. noun 1 loud, pompous, empty speech. 2 an angry tirade. ranter noun someone, especially a preacher, who rants. ranting noun, adj. rantingly adverb. ETYMOLOGY: 16c: from Dutch ranten to rave.