-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
PhotoPostExample authentication issue #113
Comments
I have a different error. callback return TMTumblrSDKErrorDomain. {
"TMTumblrSDKHTTPStatusCodeErrorKey" : 404,
"NSLocalizedDescription" : "Request failed."
} |
Success |
Forgot to fill in my blog name, so right that return not found. {
"TMTumblrSDKHTTPStatusCodeErrorKey" : 400,
"NSLocalizedDescription" : "Request failed."
} and response. {
"erros": [
{
"errros": "Error uploading photo."
}
]
} |
Similar to #36 |
Similar to #65 |
Success |
Success |
@senjaliya1989 try it merge #132 |
thank's Yoshiyuki kawashima,
currently working fine.
…On Fri, Jun 23, 2017 at 11:18 AM, Yoshiyuki Kawashima < ***@***.***> wrote:
@senjaliya1989 <https://github.com/senjaliya1989> try it merge #132
<#132>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#113 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF27FottelTvEjy-6Gpao5lAfnK39beqks5sG1GygaJpZM4Hy28W>
.
|
we are run PhotoPostExample with tumblr library with photo upload from device we got "Error Domain=Request failed Code=401 "(null)”” error.
[TMAPIClient sharedInstance].OAuthConsumerKey = @"... .....";
[TMAPIClient sharedInstance].OAuthConsumerSecret = @"... ....";
[TMAPIClient sharedInstance].OAuthToken = @"... ....";
[TMAPIClient sharedInstance].OAuthTokenSecret = @"... ....";
[[TMAPIClient sharedInstance] photo:@"404pik.tumblr.com"
filePathArray:@[[[NSBundle mainBundle] pathForResource:@"blue" ofType:@"png"]]
contentTypeArray:@[@"image/png"]
fileNameArray:@[@"blue.png"]
parameters:@{@"caption" : @"Caption"}
callback:^(id response, NSError error) {
if (error)
NSLog(@"Error posting to Tumblr");
/ bellow error return...
Error Domain=Request failed Code=401 "(null)”” error.
*/
The text was updated successfully, but these errors were encountered: