oAuthTwitterWrapper
oAuthTwitterWrapper copied to clipboard
Getting Web Exception - In GetResponse
An exception of type 'System.Net.WebException' occurred in System.dll but was not handled in user code
Does the inner exception give you any further clues?
No. am not getting any details on that, screenshot added below
Hi,
No it didn't, i posted screen shot there..
With optimism, SureshKumar.V
On Mon, Feb 8, 2016 at 5:26 PM, Andrew Hutchinson [email protected] wrote:
Does the inner exception give you any further clues?
— Reply to this email directly or view it on GitHub https://github.com/andyhutch77/oAuthTwitterWrapper/issues/15#issuecomment-181334857 .
Might it have something to do with Twitter shutting down their JSON API? https://developers.slashdot.org/story/15/10/05/1648224/twitter-shuts-down-json-api-and-names-new-ceo
I think this is due to the Oauth App being set to "read only" in the dev.Twitter site.
Though this wrapper only seems to provide "read-only" data, for whatever reason, the way it calls to twitter seems to require read + write permissions.
If you use the "Consumer Key (API Key)" & "Consumer Secret (API Secret)" you might have better luck - even if those are set to "read only"