Giter VIP home page Giter VIP logo

Comments (5)

erickoledadevrel avatar erickoledadevrel commented on May 31, 2024

I tried to replicate the problem using my Twitter sample but ampersands were sent along just fine:

https://github.com/googlesamples/apps-script-oauth1/blob/master/samples/Twitter.gs

Are you doing anything different than that?

from apps-script-oauth1.

zachwhalen avatar zachwhalen commented on May 31, 2024

I am doing a few things differently as legacies to older workarounds, but it's good to see a working example. I'll try to bring mine more in line with your sample code and see if that clears it.

The main differences that stand out are that I'm using an enhanced encodeURIComponent function to also encode reserved characters like (,),!,*, etc., and then I'm setting escaping to false in the parameters object. Let me see if either those make a difference.

from apps-script-oauth1.

zachwhalen avatar zachwhalen commented on May 31, 2024

Ah yes, I see now. I was sending the payload as a string, like "status=some%20status%20with%20percent%20encoding", but I see now that the library expects the payload to be an object, like "status: 'some status message without encoding'".

Obviously, the object method is much simpler, and more importantly, it works. Did this change at some point?

from apps-script-oauth1.

erickoledadevrel avatar erickoledadevrel commented on May 31, 2024

The escaping behavior was changed in this commit. The problem I'm seeing now is that it's not checking to see if escaping is already disabled, in which case I shouldn't be escaping it again. I'll make a change to fix that.

from apps-script-oauth1.

zachwhalen avatar zachwhalen commented on May 31, 2024

Cool; that makes sense! Thanks.

from apps-script-oauth1.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.