
fredebec
France
Asked
— Edited

Hi,
I try to use some twitter functionalities in ARC but I encounter some difficulties.
I have configured my account in Option/Twitter in ARC with no problem, but after that nothing works, neither the Twitter Recognition, nor the Tweet script. Each time I have an error message as you can see in the capture (1 is for Twitter Recognition ; 2 is for the script)
So, I need some help... Thanks
Hi, I know that the problem comes from twitter itself... so I am patiently waiting... I am completely OK with that
No, my question is about the thread itself. I have begin to receive emails from EZ-Robot for "Unresolved Forum Thread". As my question is answered (I know now why twitter is not working anymore) but my issue is not resolved, should I tag this thread as resolved or not? I wish to have the best behavior on this forum and use the new options correctly. Thanks for the advices.
I'm sure it'll be OK left open and hanging until the Twitter function is resolved - there are many more answered but not closed questions on the forum.
However, since you brought this one up again I will ask if you specifically need Twitter or if you could use a different method of remote alerts? I have some ideas which I will explore if you can use a different method, as either a temporary fix or maybe even a permanent alternative. Let me know if another method would be suitable and I'll do some playing
I went ahead and did some digging around and have a different remote notification method figured out.
While it only works for Android phones (however iOS are also very achievable through different means) and does require a $4.99 upgrade for more than 5 notifications per day I personally think it's better than Twitter for important notifications.
It uses the Notify My Android API and app.
Sign up for an account at NMA (www.notifymyandroid.com) Get an API key Use the HTTP based API to send push notifications directly to your android phone
I have only used the URL method so far but I know it is very easy to use that in EZ-Scripts using the HTTPGet() command. This will allow different functions or triggers to send push notifications to your android phone (or any android device running the notify my android app).
I'll go in to much more detail in a separate post once I have the script etc. all sorted out but thought it may have been of some use to you while Twitter is down. If you have less than 5 notifications per day you shouldn't need a premium account however for $5 it could be worth it to know when you have a problem.
As I said, there is an iOS method too, I'll have to wait until I'm home before I can play with that as I don't have my iPhone with me.
Hi Rich,
Thanks for the tip with "Notify My Android". I am an Android user, so it is good for me.
In the meantime, I have found another way to alert me. I use DropBox. What I do is to save camera snapshot and records directly in my Dropbox folder. Then, there is an option which allow RSS alert each time a change occurs in the folder. That way, I receive a RSS alert when the camera detect something. It is not perfect but it is working good so far.
I will post my whole project of homemade detection and alert system using ARC when I will come back from holidays...
That Alert my Android app is very cool. I am going to need to integrate that into my robot, and home monitoring.
Alan
Looking at the api it should be easy enough to add nativley to ARC if dj has time. But until then ill throw instructions together.
@Rich,
I have register and download the Android app for nma, but I have no idea how to use the HTTP based API to send push notifications to my android phone. If you could (in this thread or maybe in a new one as you suggested) give me a short example of how to send a simple notification from ARC, it would be really helpful.
@fredebec, when I get home I'll post complete details on how to use it via the HTTP API based method.