YO i ALMOST got this but im kind of lost
anyone can give me some help is REALLY appreciated !
<?xml version="1.0" encoding="UTF-8"?>
<status_get_response xmlns="http://api.facebook.com/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://api.facebook.com/1.0/ http://api.facebook.com/1.0/facebook.xsd" list="true">
<status>
<uid>536786245</uid>
<status_id>85540974094</status_id>
<time>1243460537</time>
<source>0</source>
<message>Does anyone know if you can echo facebook status updates to your website or any external application / medium ?</message>
</status>
<status>
<uid>536786245</uid>
<status_id>86887420100</status_id>
<time>1243425994</time>
<source>0</source>
<message>What is the effect that I want this communication to have on the recipient? Do you want them to take action on something? Feel or think differently about something? Learn something? If there’s no intended effect, there’s no point communicating. If you</message>
</status>
<status>
<uid>536786245</uid>
<status_id>89563081446</status_id>
<time>1243404217</time>
<source>0</source>
<message>LOOKIN FOR ME... IM UNDERGROUND</message>
</status>
<status>
<uid>536786245</uid>
<status_id>79627198033</status_id>
<time>1243157360</time>
<source>0</source>
<message>cant wait to get back and record some music !</message>
</status>
<status>
<uid>536786245</uid>
<status_id>88684935807</status_id>
<time>1242927657</time>
<source>0</source>
<message>I SEE U JOCKIN DAVE SINGH</message>
</status>
</status_get_response>
Ok so i wanted to export my status updates now I used XML for response format…which explains the above code…
The method was status.get (duh) now the thing here is W A T THE FUCK IS THE FUNCTION ??? facebook wont tell me
This function is protected and is not available to the client API.
If i can get this function then i can call the method from the API and echo the results to my site …
:retardclap killing me am i missing something here, is another way to do this ?