Facebook newsfeed example

2.2k Views Asked by At

I'm trying to access the news stream to pan for certain events

I'm running into a few issues with the facebook developer toolkit.

does anyone have or can point me to an example of getting the news stream?

2

There are 2 best solutions below

0
On BEST ANSWER

The Facebook Graph Toolkit is ideal for this job. Check out http://fbgraph.computerbeacon.net/tutorial/section2/ for an example.

0
On

Try using the .NET Facebook API Client instead. Follow the Getting Started using trunk instructions, and from there using Stream.Get should be fairly straightforward