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

Problems with twitter tutorials

Dears,

I've been following these two tutorials:
http://docs.appery.io/tutorials/build...
http://docs.appery.io/tutorials/build...
And I had problems with both.

In the first, I found that the features used has been deprecated by twitter a few weeks ago, which creates several problems.
In the second I found that AccessTokenDS creation is not explained in step by step and only appears on the images. In addition, it is based on an application for windows 8, which do not explain how to create the TwitSearchGlobal and the functions that uses has been deprecated too.

could update the tutorials please? It's very important for me to learn this :(

thanks in advance!

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Problems with twitter tutorials

Hi Diego,

For now we have:

  1. This tutorial seems to be invalid.

    2.
    Sorry, here is a mistake. There is a link to the wrong tutorial ("How to create Twitter Search app is described in Building Twitter Search App tutorial. Let’s continue by improving it with new functionality.") but it's incorrect, should point to the valid tutorial, will be fixed.

  2. Another Building Twitter Search App tutorial - you can try this one.

    Please let us know if it works for you.
    Sorry for confusing.

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

Problems with twitter tutorials

Hello Katya!

I completed the valid tutorial and I tested the services properly (TwitterSearch_OAuth2Service and TwitterSearch_SearchService), but at finish of the application and test it in a web browser or on my phone, searchButton shows nothing.
How can I find the error?

I leave the public link of the application.

Thanks in advance again!

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Problems with twitter tutorials

Hello Diego,

Please try to debug your app. Tutorial how to debug app: http://docs.appery.io/tutorials/build...

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

Problems with twitter tutorials

Thanks Igor. I will follow the steps to debug (although the link you left is wrong, I think it's this)

On the other hand, I noticed that in the Building a twitter app to send tweets tutorial still not mentioned as performing TwitterSend_AccessTokenService (in services created) nor the AccessTokenDS (in Data tab). These two elements appear in the images and are used, but not explain how to create them.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Problems with twitter tutorials

Hello! Sorry, there was missing information in tutorial. Please take a look at updated tutorial http://docs.appery.io/tutorials/build...

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

Problems with twitter tutorials

Hello!

I deleted my previous project and I've re-created following the new instructions in Building Twitter Search App (here is the public link of my new application). I made the debugging getting the following error: POST http://appery.io/app/rest/tunnel 500 (Internal Server Error). There are more details of the error here.

I think that may be a problem with the proxy, but not sure. Services are using the Appery.io proxy as indicated in the tutorial and the individual test of services functioned correctly.

No further directions in the tutorial showing how to solve this problem... Any idea?

Thanks in advance again!

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Problems with twitter tutorials

Diego, try to refresh the page. Also please make sure you set up Services correctly and check Mapping.

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

Problems with twitter tutorials

Now it works!

The problem was the encodeBase64 function given in the tutorial. I used the encode function that appears here and worked without problems.

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

Problems with twitter tutorials

Hi Marina!

I followed the instructions on the link you left me and I found another detail.
At the end of item 5 Adding JS, there is a piece of code related to serialization that is unfinished.
Searching in google I found that piece of code is part of a larger code, but I'm not clear whether it is necessary or as it should be.
Could you check it please?

Thank you so much!

Return to “Issues”