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

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -