Hi friends, I have a application where i want to show updates from my friends in facebook.For that i am trying to use Activity feeds plug-in.But when i run the application(from local host),even after authentication,the plug-in doesn't show my friends activity in it.Any help regarding this will be appreciated..thank you.

Recommended Answers

All 2 Replies

Have you stepped into the code? Are you getting any error messages?

I am assuming you are trying to do this in a c# application. Why don't you use facebook's c# sdk and grpah api for showing that its much more easier. To get started using the graph api, you can refer to one of my tech articles about c# facebook graph api. To show friends status , you can simply show your home feed streams. after calling the api, you will get json object listing all friedns status and show them in your own format. Hope this helps.

Regards

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.