Diego Esteban Osorio Zaldivia
Posts: 0
Joined: Thu Jul 25, 2013 10:18 pm

Problem sending tweets

Dears,

What happened with the tutorial to create app to send tweets (https://devcenter.appery.io/tutorials...) ?

I have a development paused because I haven't managed to resolve an error, but I'm interested in terminate the application.

Currently, I get the request and access token, but I can't send tweets because it throws the error "Could not authenticate you" :(

My public link is: http://appery.io/app/mobile-frame?src...

The step by step to replicate the error is:

1) Click on the "Obtener PIN" button, which will open a window to log into
Twitter.

2) Enter the details of any account to log into Twitter.

3) Twitter will generate a PIN code must be entered in the application.

4) Enter the code in the text box that was enabled by pressing "Obtener
PIN" and then press "Continuar".

Few months ago, at this time redirected to another screen and published a greeting in the twitter account... but now, does not accept Twitter authentication, does not pass to the next screen and does not publish the greeting

Thanks in advance.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Problem sending tweets

Hi Diego -

Sorry, but I can't find any tutorials by the link that you have provided. I think this tutorial was deprecated, since Twitter were changing their APIs.

[quote:]
1) Click on the "Obtener PIN" button, which will open a window to log into
Twitter.
[/quote]
When testing your app in the browser it doesn't leads to a login window of a Twitter.

Diego Esteban Osorio Zaldivia
Posts: 0
Joined: Thu Jul 25, 2013 10:18 pm

Problem sending tweets

Hi Illya,

I checked the button and works properly.
Image

Could you review the application again?

Note: The application was updated after the release of version 1.1 of the Twitter API and stopped working a couple of months later (october 2014 approximately).

Thanks so much.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Problem sending tweets

Hi Diego,

Please find this request with unathorized response in browser debugger network tab. And make screen shots where we can see:

  1. Request URL.

  2. All request headers.

  3. All request parameters.

  4. Response.

    Thanks.

Diego Esteban Osorio Zaldivia
Posts: 0
Joined: Thu Jul 25, 2013 10:18 pm

Problem sending tweets

Dear Yurii,

According to the step by step indicated earlier in this topic, you can identify three services running to log on Twitter and publish the first tweet.

1) Click on the "Obtener PIN" button, which will open a window to log into
Twitter. (Run 1st service with URL: https://api.twitter.com/oauth/request...)
Image

2) Enter the details of any account to log into Twitter.

3) Twitter will generate a PIN code must be entered in the application.

4) Enter the code in the text box that was enabled by pressing "Obtener
PIN" and then press "Continuar". (Runs 2nd and 3rd services, with URLs https://api.twitter.com/oauth/access_... and https://api.twitter.com/1.1/statuses/...)

Image

Image

--------------------------

For the screenshots requested, first, I completed the sequence of steps to get the error with Chrome:

Request Headers:
Image

Request Response:
Image

I logged into Twitter to get the PIN and enter it in my app:
Image

Image

Access Headers:
Image

Access Response:
Image

Update Headers:
Image

Update Response:
Image

If you fail to see the variables Authorization of this test, then I leave them in larger size:
Image

-----------------------

Additionally and as a second test, I repeated the sequence of steps to get the error, but getting the screenshots with Weinre.

Request Headers with Weinre:
Image

Request Response with Weinre:
Image

Access Headers with Weinre:
Image

Access Response with Weinre:
Image

Update Headers with Weinre:
Image

Update Response with Weinre:
Image

----------------------------

If you need another screenshot, just ask...

Thank you very much for your help!!

Diego Esteban Osorio Zaldivia
Posts: 0
Joined: Thu Jul 25, 2013 10:18 pm

Problem sending tweets

something new?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Problem sending tweets

Hello Diego,

We are very sorry for delay, but unfortunately we are still working on it.

Diego Esteban Osorio Zaldivia
Posts: 0
Joined: Thu Jul 25, 2013 10:18 pm

Problem sending tweets

Dear,

Ok, no problem. I'll wait smoothly your help...

Regards

Diego Esteban Osorio Zaldivia
Posts: 0
Joined: Thu Jul 25, 2013 10:18 pm

Problem sending tweets

something new?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Problem sending tweets

Hi Diego -

Please accept our apologies for investigating this for too long.

Could you please clarify this app was build based on our previously published tutorial? This tutorial was unpublished due to the the changes from Twitter. And I'm afraid it won't work, since we were trying to update it, but without any success.

You can try another method of authorization with our plugin here, perhaps it will work: https://devcenter.appery.io/documenta...

Return to “Issues”