04-06-2015 09:49 PM
Hi Guys,
I'm building a customized facebook reply template for cisco socialminer and i need to get the Facebook Token (from the feed that has been configured in SocialMiner), so that i can use that token when replying message (i will call Facebook API directly to reply message instead of SocialMiner API due to some reasons).
I know there is an API to get all the feed: but the authtoken is masked :
http://SOCIALMINER/ccp-webapp/ccp/feed
<authToken>********</authToken>
Any idea to get the actual authtoken? as this will be mandatory for my development.
Thanks,
Edward
Solved! Go to Solution.
06-04-2015 10:09 PM
Hi Edward,
Here what I understand is you are using FEED API that can provide a decrypted authorization access token string. The normal GET API will always return the masked passwords( authorization token ) .
So if you can receive it using GET API , then you will be able to use PUT as well to update it back.
Request to refer - Cisco SocialMiner Developer Guide chapter 13 (Authorize Facebook accounts )for further details.
Thanks and Regards,
Geevarghese
06-04-2015 10:09 PM
Hi Edward,
Here what I understand is you are using FEED API that can provide a decrypted authorization access token string. The normal GET API will always return the masked passwords( authorization token ) .
So if you can receive it using GET API , then you will be able to use PUT as well to update it back.
Request to refer - Cisco SocialMiner Developer Guide chapter 13 (Authorize Facebook accounts )for further details.
Thanks and Regards,
Geevarghese
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide