Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
2764 Points
391 Posts
Apr 21, 2010 01:46 PM|LINK
http://api.facebook.com/restserver.php?method=facebook.fql.query&query=SELECT%20fan_count%20FROM%20page%20WHERE%20page_id=36922302396
<?xml version="1.0" encoding="UTF-8"?> <fql_query_response xmlns="http://api.facebook.com/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" list="true"> <page> <fan_count>949833</fan_count> </page> </fql_query_response>
Menno
Menno van de...
Contributor
2764 Points
391 Posts
Re: parsing xml element into a string variable
Apr 21, 2010 01:46 PM|LINK
http://api.facebook.com/restserver.php?method=facebook.fql.query&query=SELECT%20fan_count%20FROM%20page%20WHERE%20page_id=36922302396
<?xml version="1.0" encoding="UTF-8"?> <fql_query_response xmlns="http://api.facebook.com/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" list="true"> <page> <fan_count>949833</fan_count> </page> </fql_query_response>Menno