I am working on a wpf twitter client that talks to the twitter api
with wcf.  My experience had been pretty good so far and had not run
into a lot of issues.

However, I just realized that the status/update method in the twitter
api does not support the "source" parameter.  I've looked at a number
of other open source twitter client and found out they construct the
post requests manually with a source parameter and uses the
HttpWebRequest class to make the request.  Is there any way to specify
the source parameter for status/update in wcf?

Reply via email to