Hello, firstable, i need to get the location of a tweet not tweets of location !!
ok this time i'll explain things in details.., i'm using the hammock library..t this is an example to get statuses: var request = new RestRequest { Credentials = _credentials, Path = "/statuses/update.xml", Method = WebMethod.Post }; request.AddParameter("status", tweetText); i just need to add other parameters like place_id or lon and lat ! but i can't figure out !! :( since this function called from hammock take only 2 parameters! PS: i'm working on wp7 Thanks. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to this group: https://groups.google.com/forum/#!forum/twitter-development-talk