FQL in ASP.Net Facebook Application using FBML is not working.
Posted
by user367970
on Stack Overflow
See other posts from Stack Overflow
or by user367970
Published on 2010-06-16T07:58:01Z
Indexed on
2010/06/16
8:02 UTC
Read the original article
Hit count: 374
fql
Here is my FQL code in ASP.Net Facebook application in FBML.
string s = Master.Api.Fql.Query("SELECT name, pic FROM user WHERE uid=" + Master.Api.Users.GetLoggedInUser()); Response.Write("s="+s);
While running the page the following error throws out,
Errors while loading page from application Runtime errors:
FBML Error (line 2): unknown tag "fql_query_response"
I have tried other FQL also but none of the code works. Please help me out of this problem.
© Stack Overflow or respective owner