Facebook notifications on my site

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sokco
Forum Newbie
Posts: 2
Joined: Sat Jan 15, 2011 9:32 pm

Facebook notifications on my site

Post by sokco »

/is there anyway i can have people view their facebook notifications on my site?
mellowman
Forum Commoner
Posts: 62
Joined: Sat Nov 22, 2008 5:37 pm

Re: Facebook notifications on my site

Post by mellowman »

Facebook api is what your looking for :D.

http://developers.facebook.com/ <-- Developer site.

https://github.com/facebook/php-sdk/<-- PHP SDK, the sdk is a framework which makes it easier to use.

If you need any help ill be more then happy to help sense i work with the facebook api everyday :D
Post Reply