Click here to Skip to main content
15,921,174 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I m working on c#.net web application using Facebook API for retrieving data from my own account. I fetched wall post through fql query,
string gettingPost = api.Fql.Query("SELECT message, created_time,permalink,actor_id,post_id FROM stream WHERE source_id = < user Id > limit 1000");

It is working fine. In this query it provides permalink, which give the direct link to see the post in Facebook and delete option to their to delete it.it was going right yet, but since Facebook provides new profile,this link only opened the post but without delete option.

Please reply is there any changes done in API,or any other else.
Thanks
Posted
Updated 7-Feb-11 0:58am
v2

1 solution

http://developers.facebook.com/docs/reference/fql/[^]

Maybe this will be of some help?
 
Share this answer
 

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