I'm new in twitter api and now i try to get the geotagging from xml data of twitter
my code for get geo code is
XmlNode eNode = xn.SelectSingleNode("coordinates/georss:point");
error is
XPathException was unhandle by user code
-Namespace Manager or XsltContext needed. This query has a prefix, variable, or user-defined function.
but for other data suchas name, text or id is work fine to get it
thanks for your help ^^