Click here to Skip to main content
15,905,504 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am working on C#.net 3.5 web project and using facebook api for fetching data.

I want to fetch wall message from my own account but I only want those posted which are shown when we click on profile button.
(I don't need older posts.)

Is there any other solution except Facebook API?

Is it possible?

please reply...

Thanks
Posted
Updated 11-Nov-10 22:13pm
v2
Comments
Dalek Dave 12-Nov-10 4:14am    
Edited for Grammar, Syntax and Readability

1 solution

The Facebook API is the only way to do this. If the API doesn't offer a way to filter the returned results, you'll have to do it yourself in your own code.
 
Share this answer
 
Comments
nid4may 12-Nov-10 23:46pm    
Thanks for reply

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900