Hi Team,
I'm to trying to intergrate JIRA with twitter. For a particular hashtag, a ticket should be created in JIRA. I was going through the below link for the same.
https://bitbucket.org/atlassianlabs/jira-servicedesk-twitter-example/src/master/
This project has two parts one is to get the twitter response from twitter and another raise service desk issue in Atlassian Jira service desk.
Here I am able to get the response from twitter but while hitting the api code to create the issue. i am getting some exception as Unauthorized access.
Here are some screenshot of my code -