On May 8, 8:20 am, Kalpa Welivitigoda wrote:
>
> I'm trying to develop a twitter client with python. Is it ok to let
> the consumer key and consumer secret to be visible in the python
> script. If not could anyone please suggest a way to hide it.
>
This is not an easy issue to solve, nor is it in
I have the same problem. The key consumer does not matter if it is
show or not, but the consumer secret should be kept secret.
I need to make a client, where there is the possibility of anyone
viewing the source code does not know the consumer secret.
On 8 mayo, 00:20, Kalpa Welivitigoda wrote:
>
I had the same question the other day. Doesn't seem to be an official
answer.
Would like to use xauth but seems a risk long term
On May 8, 4:20 am, Kalpa Welivitigoda wrote:
> hi all,
>
> I'm trying to develop a twitter client with python. Is it ok to let
> the consumer key and consumer secret