How to resolve "OAuth Parameters error. Please check OAuth parameters in shared resource." exception

How to resolve "OAuth Parameters error. Please check OAuth parameters in shared resource." exception

book

Article ID: KB0081405

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for Twitter 1.0.0

Description

When TwitterPublish activity of TIBCO ActiveMatrix BusinessWorks Plug-in for Twitter is executed, it will returns the following exception. See attached image for more details.
---------
OAuth Parameters error.  Please check OAuth parameters in shared resource.
    at com.tibco.plugin.twitter.OAuth.extractOAuthParameters(OAuth.java:78)
    at com.tibco.plugin.twitter.activities.TwitterPublishActivity.eval(TwitterPublishActivity.java:92)
    at com.tibco.pe.plugin.Activity.eval(Unknown Source)
    at com.tibco.pe.core.TaskImpl.eval(Unknown Source)
    at com.tibco.pe.core.Job.a(Unknown Source)
    at com.tibco.pe.core.Job.k(Unknown Source)
    at com.tibco.pe.core.JobDispatcher$JobCourier.a(Unknown Source)
    at com.tibco.pe.core.JobDispatcher$JobCourier.run(Unknown Source)
<?xml version="1.0" encoding="UTF-8"?>

<Data>
    <ns0:TwitterPluginException xmlns:ns0="http://schemas.tibco.com/bw/plugins/twitter/TwitterExceptions">
        <msg>OAuth Parameters error.  Please check OAuth parameters in shared resource.</msg>
        <msgCode>BW-TW-100017</msgCode>
    </ns0:TwitterPluginException>
</Data> 
----------

Issue/Introduction

check the configuration tab of OAuth 1.0 Resource and ensure that none of these fields (consumerKey, consumerSecret, accessToken and accessTokenSecret) are empty.

Environment

All supported platforms

Resolution

This issue is due to one of the fields of OAuth 1.0 Resource activity is empty. To resolve this issue, check the configuration tab of OAuth 1.0 Resource and ensure that none of these fields (consumerKey, consumerSecret, accessToken and accessTokenSecret) are empty.

Attachments

How to resolve "OAuth Parameters error. Please check OAuth parameters in shared resource." exception get_app