Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blynk.tweet() seem doesn't work. #284

Closed
benjenq opened this issue Mar 6, 2017 · 11 comments
Closed

Blynk.tweet() seem doesn't work. #284

benjenq opened this issue Mar 6, 2017 · 11 comments

Comments

@benjenq
Copy link

benjenq commented Mar 6, 2017

Blynk library version: 0.4.6
IDE: Arduino IDE
IDE version: 1.8.1
Board type: ESP8266 / ESP-01
Additional modules: None.

Scenario, steps to reproduce

I've add a Twitter widget in project of Blynk app, and linked to my Twitter account in iPhone settings successfully.

Code:

String postcontent = "esp8266 say hello world! #iot #blynk";
Blynk.tweet(postcontent);
Blynk.notify("You posted a twitter:" + postcontent);

Expected Result

Post a message "esp8266 say hello world! #iot #blynk" to Twitter within my Twitter account, and got a notification on iPhone "You posted a twitter: esp8266 say hello world! #iot #blynk"

Actual Result

Notification works on my iPhone, but twitter message no show on my Twitter account.
I've test my Twitter account and post message via twitter iOS app / website and it works.

Any idea?

@doom369
Copy link
Collaborator

doom369 commented Mar 6, 2017

@benjenq please try to add some random number to your tweet message. Does that help?

@benjenq
Copy link
Author

benjenq commented Mar 6, 2017

@doom369

Still the same result.

String postcontent = "esp8266 say hello world! #iot #blynk" + String(millis(),DEC);
Blynk.tweet(postcontent);
Blynk.notify("You posted a twitter:" + postcontent);

Notification show "You posted a twitter:esp8266 say hello world! #iot #blynkXXXXX", but twitter not.

@doom369
Copy link
Collaborator

doom369 commented Mar 6, 2017

Please send me your login email to dmitriy@blynk.cc

@benjenq
Copy link
Author

benjenq commented Mar 6, 2017

@doom369
Has sent to you <ben***@ms24****>. please check the mail box, thanks!

@doom369
Copy link
Collaborator

doom369 commented Mar 6, 2017

I see authentication failures for your acc. Seems like you are not connected to twitter. Could you please post screenshot of twitter edit settings?

@benjenq
Copy link
Author

benjenq commented Mar 6, 2017

@doom369
iPhone screenshot:
http://imgur.com/S5oykb2

The twitter.com/settings/applications
http://imgur.com/ESINrOu

@benjenq
Copy link
Author

benjenq commented Mar 6, 2017

iPhone Setting Screenshot
http://imgur.com/8mr9EJK

@doom369
Copy link
Collaborator

doom369 commented Mar 6, 2017

Is that latest Blynk App?

@benjenq
Copy link
Author

benjenq commented Mar 6, 2017

Just download Blynk iOS App yesterday and play one day.
Ver 2.8.6, Feb 17,2017.
I think it's the latest version.

@doom369
Copy link
Collaborator

doom369 commented Mar 6, 2017

Ok. Thanks. We will investigate.

@doom369
Copy link
Collaborator

doom369 commented Mar 7, 2017

@benjenq issue is fixed. It is iOS app issue. Fix will be released in 2 weeks. Thanks for reporting and sorry fro inconveniences.

@doom369 doom369 closed this as completed Mar 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants