Hello,
I am trying to create a game where it is possible to communicate with Twitter.
I have successfully sent a short message, however I can't get to send a media ( a 64*64 jpeg).
Here is my code for the picture:
Connexion with Twitter, posting media
I am trying to create a game where it is possible to communicate with Twitter.
I have successfully sent a short message, however I can't get to send a media ( a 64*64 jpeg).
Here is my code for the picture:
Code (CSharp):
- public static IEnumerator UploadMedia(string consumerKey, string consumerSecret, string filePath, AccessTokenResponse response, PostTweetCallback callback)
- {
- Dictionary<string, string> parameters = new Dictionary<string, string>();...