c# - Facebook SDK FQL: Getting profile URL? -
i using fql facebook , querying user table profile_url
string facebook_info = convert.tostring(facebookappextensions.query(app, "**select profile_url user uid=" + facebook_id**)); facebook_info = facebook_info.substring(17); char[] charstotrim1 = { '}', ']', ' ', '"' }; facebook_info = facebook_info.trimend(charstotrim1);
the problem users url works while other users, facebook says "unknown" page, bug?
thanks behrouz
no need query: http://www.facebook.com/profile.php?id=uid
Comments
Post a Comment