cancel
Showing results for 
Search instead for 
Did you mean: 

Twitter API Service

KarthikBallary
Level 5
Hi

I need to use twitter API in BP. But I am getting invalid char in headers. I am trying to fetch the friend list of a user.

I have given API key and secret key in header section and basic authentication. please find the attached link. Kindly help,

GET friends/list
Twitter remove preview
GET friends/list
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends"). At this time, results are ordered with the most recent following first - however, this ordering is subject to unannounced change and eventual consistency issues.
View this on Twitter >


Thanks
Karthik Ballary

------------------------------
Karthik Ballary
------------------------------
2 REPLIES 2

ewilson
Staff
Staff
@KarthikBallary,

How are you connecting to Twitter from Blue Prism? Are you​ using one of the standard VBOs (ex. Utility - HTTP), a Web API service definition, or something else? Is your credential information hardcoded in the VBO/process you're using, or are you pulling it from Credential Manager? What version of Blue Prism are you using?

Cheers,
Eric

------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------

​Hi
Using Web Api Service-defination

Credential info I tried both via credential storage or hardcore. 

Version-6.10.0

------------------------------
Karthik Ballary
------------------------------