Jump to content

Custom header exceed 253 char


You are about to reply to a thread that has been inactive for 2218 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

Hello, i'm creating a twitter oauth script, the last thing I have to do is to create a custum header "Authorization" and then put the required values like on this page https://developer.twitter.com/en/docs/basics/authentication/guides/authorizing-a-request

But the length exceed 253 char and according to llHTTPrequest page http://wiki.secondlife.com/wiki/LlHTTPRequest it's not going to work because of that.

Have you a solution ? Thank you

Link to comment
Share on other sites

3 minutes ago, Wulfie Reanimator said:

Use an external server to receive just the tweet text you want to send from inworld, then have that server make the actual API call. 9_9

It could be a solution but I don't want to use an external server. There is no soluton about it if I want to make a pure lsl script ?

Link to comment
Share on other sites

2 hours ago, samuel22200 Naxos said:

It could be a solution but I don't want to use an external server. There is no soluton about it if I want to make a pure lsl script ?

I was being kind of facetious. Using an external server for something this simple should be overkill for something this simple, but there really doesn't seem to be other options since Twitter requires that amount of header data which can't be shortened in any way (as far as I can tell).

  • Thanks 1
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 2218 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...