Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to get the data from my twitter account ,so I have tried to use REST Connector
I got the error while trying to connect with twitter account any one help me out how to resolve this problem
Seems JSON Issue. Can you cross check whether plane URL is working for you instead of Social Media network
sorry I did't get you, Plane URL means
in other normal URL its working properly while connecting to twitter to get the data it display the error dialog box
Hi ,
Couple of things can be tried.
1. First remove those " from the value and give a try.
2. Try giving the whole request header like below instead of oauth_consumer_key alone, which worked for me.
OAuth oauth_consumer_key=XXXXXX,oauth_signature_method=XXXXX,oauth_timestamp=XXXXXX,oauth_nonce=XXXXX, oauth_version=1.0,oauth_token=XXXXX,oauth_signature=XXXXXXX
Thanks
Raja.
sorry i didn't get you, can you explain elaborately
Hi ,
Hope you would have used Twitter API console, to get the Query Header -> Authorization details.
As per your screen shot it looks like you copied the consumer_key along with ", remove those and also include the entire request content as highlighted below and in same format as shared earlier.
Thanks
Raja.