How to Publish an item to a users feed
Have you seen these boxes on Facebook where you are asked to publish an item to you profile? For example if you have bought an item on a game such as http://apps.facebook.com/stargateextreme a pop up box appears and asks if you would like to publish the item to your profile. See pic below

And then the outcome is a nice big advert for your application which appears not only on your wall but all of your friends walls as the below example.

Publish to a User and Friends
Now we have completed a tutorial and provided all the code you require to set up your own feed. We have attempted to explain this without all the geeky techno stuff that you see in the dev forums and wiki.
The examples provided is exactly what we use in our games. The viral affects of using these feeds on you applications are amazing. If your game or app has gone static then inserting this little beauty will kick start your app again with thousands of free adverts!!!!!
- Sku
- Feed
- Description
- Publish Feed
- Product Options
# Option Price Download File Size Stock 1 Download $9.99 Publish to Users Feed 394.15KB 0 - Shipping
- Shipping Rate: F
Tim
October 4th, 2009 at 4:15 pm #
Hi, great site. I have purchased a couple of apps from you but have a question regarding one of them. I keep getting an error but it is installed correctly please email me asap so I can get this fixed. Thanks.
admin
October 4th, 2009 at 5:21 pm #
Hi tim
I have responded by msn with just remove
try {
if (!$facebook->api_client->users_isAppAdded()) {
$facebook->redirect($facebook->get_add_url());
}
}
catch (Exception $excatch) {
$facebook->set_user(null, null);
$facebook->redirect($appcallbackurl);
}
from the appinclude and now the app works fine mate.
I hope this was to your satisfaction mate.
Enjot