Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm using uTwit for authorization and searching tweets - that works fine.
The requirements for the project mean that we have to query twitter, save the tweets to file, then read them from file to display on the website.
Writing to the file using:
serializer.Serialize(tweet);
writes valid JSON, but I can't read it again using: serializer.Deserialize<Status>(tweetData)
Has anyone tried this/come across this at all?
Cheers
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Can't Deserialize a Serialized status object
I'm using uTwit for authorization and searching tweets - that works fine.
The requirements for the project mean that we have to query twitter, save the tweets to file, then read them from file to display on the website.
Writing to the file using:
serializer.Serialize(tweet);
writes valid JSON, but I can't read it again using: serializer.Deserialize<Status>(tweetData)
Has anyone tried this/come across this at all?
Cheers
is working on a reply...