Click here to Skip to main content
15,887,881 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
C#
// Authenticate via OAuth
var tumblr = require('tumblr.js');
var client = tumblr.createClient({
  consumer_key: '',
  consumer_secret: '',
  token: '',
  token_secret: ''
});



I have followed api.tumblr.com/v2/user/info?api_key=apikey and url return

C#
{"meta":{"status":401,"msg":"Not Authorized"},"response":[]}


in browser.If anyone have solution to get user email id from api of tumbler then please reply.

I have followed this link also.
Posted
Updated 26-Jan-17 23:45pm
v4
Comments
ZurdoDev 14-Dec-15 8:43am    
The error says you are not authorized.
itsathere 14-Dec-15 8:48am    
yes.
ZurdoDev 14-Dec-15 8:49am    
So, pass in the correct authorization information.
[no name] 17-Dec-15 2:26am    
I have a same problem any one help me
Timo Tielens 20-Oct-16 5:35am    
Have you tried to paste it in the browser. If you put in the correct apikey, you should get a positive response!

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900