Skip to content

Commit

Permalink
* added note
Browse files Browse the repository at this point in the history
  • Loading branch information
dlinsin committed Feb 8, 2011
1 parent 27c0775 commit 4b1f861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/ShareKit/Sharers/Services/TwitPic/SHKTwitPic.m
Expand Up @@ -210,7 +210,7 @@ - (void)sendImage {
realm:@"http://api.twitter.com/"
signatureProvider:signatureProvider];

// NASTY workaround to prevent Authorization HTTP header field to be set later on
// NASTY workaround to prevent Authorization HTTP header field to be set later on, TwitPic doesn't like it
[oRequest prepare];
[oRequest setValue:nil forHTTPHeaderField:@"Authorization"];
// END NASTY workaround
Expand Down

0 comments on commit 4b1f861

Please sign in to comment.