Questions tagged as 'twitter'

0
answers

How to get a data-count from a PHP / Web Scraping span

It turns out that for a job I need to get the number of tweets that have an "x" twitter account, to occupy the API I must wait for them to enable me account so it is not an option. I am currently doing web scraping to the profile where I get...
asked by 02.10.2018 / 16:59
0
answers

PHP - Twitter reverse auth credentials

I am working with the Twitter API in php, with the libraría of Abraham's Twitteroauth, everything is fine until the login, but when I redirect my callback file it gives me the error:    TwitterOAuthException: Reverse auth credentials are inva...
asked by 26.09.2018 / 16:57
3
answers

Counter character type Twitter

I want to create a Twitter counter that counts the characters of a JTextField and subtracts them as it is written, and when it reaches X quantity, 250 for example, it turns red alerting the user (it is for a form) and do not allow sending the co...
asked by 16.04.2018 / 11:43
1
answer

Twitter provider in the AuthUI class of Firebase Android

Hi, I'm implementing authentication with Firebase UI in my app. I try to call the Twitter provider but I am noticing that my AuthUI class does not contain this provider, it only contains: public static final String EMAIL_PROVIDER = "email"; /...
asked by 28.06.2017 / 12:37
0
answers

IOS Swift TimeLine Twitter get text

I have to show the content of some tweets of certain Twitter accounts, I show the TimeLine of the user who passed him without problems through Fabric and TwitterKit. The problem is that I have to store these tweets in a database, the text, the a...
asked by 15.03.2017 / 17:51
0
answers

Application created in an account that sends tweets to another account

Create an application on the twitter account "xyz" that sends tweets using TwitterOauth / REST API 1.1 to the same account using this code and works well // $consumerKey = consumerkeystring; // $consumerSecret = consumersecretstring; // $oA...
asked by 06.08.2016 / 16:28