2

I have to access one api method from 7 digital api and that method must need to be authenticated before use it . Link for track/ stream method is track/stream method. I am not getting how exactly to do it i searched a lot but not getting proper way to do .

skolima
  • 31,963
  • 27
  • 115
  • 151
The iCoder
  • 1,414
  • 3
  • 19
  • 39

1 Answers1

2

7digital has a sample OAuth signing tool you can take a look at here:

http://7digital.github.io/oauth-reference-page/

It's all in javascript so you can pick through how to sign a request. Can you provide what you have so far and any errors you're getting?

Darrell Mozingo
  • 865
  • 10
  • 16