-
```
What steps will reproduce the problem?
1. call the location function with you key
http://www.car2go.com/api/v2.1/locations?oauth_consumer_key=consumerkey&format=j
son
2.the interesting part of th…
-
```
What steps will reproduce the problem?
1. call the location function with you key
http://www.car2go.com/api/v2.1/locations?oauth_consumer_key=consumerkey&format=j
son
2.the interesting part of th…
-
# Naming the components on the current agent.
TwitterAgent.sources = Twitter
TwitterAgent.channels = MemChannel
TwitterAgent.sinks = HDFS
# Describing/Configuring the source
TwitterAgent.sources.T…
-
I'm developing a plugin for a MacOS application which will use the Flickr API.
Because this is only a plugin I cannot provide an own URL scheme for the callback so according to the OAuth1 spec I set …
-
First I have to say that I'm using this library in a slightly weird way. I'm storing the consumer secret/key and the token/token secret in my DB and creating an O1 object using this code:
```
O1 *Abs…
-
Twitter recently added permission to access the user's email (app needs to request special permissions and be whitelisted by twitter) through the endpoint:
```
.../account/verify_credentials.json?inc…
-
```
What steps will reproduce the problem?
1. call the location function with you key
http://www.car2go.com/api/v2.1/locations?oauth_consumer_key=consumerkey&format=j
son
2.the interesting part of th…
-
I pasted the below code in a DSX notebook in one cell and got %%scala not found. Then I separated it out into 3 cells and scala directive error was gone but I got this below error. Can you please he…
-
Hi,
Thanks for writing this plugin.
I cloned the example and ran it on Android (Pixel) with the Twitter app installed. I get the same behavior I'm getting in my actual app:
* the Twitter auth…
-
"Prior to December 7, 2017 the API used OAuth 2.0 to authenticate requests to the API. In an effort to simplify authentication, starting March 1, 2018 the API will no longer use OAuth 2.0 for requests…