Questions tagged as 'twitter'

2
answers

Twitter data and blocked account vitrification [duplicate]

Following the concept This happened to me, and now it does not want to work any more. First I enter with a normal account, without being blocked. Second Soon it's on my system and it blocks, I go on twitter and it sends me to...
asked by 22.10.2017 / 18:32
2
answers

PHP Curl Twitter Check if data is correct

I was able to do what I wanted, but how do I check to see if the user data is correct? In the previous question I asked how I would do to get all cookies if the user and password exists on Twitter, I was able to do this with the code I'm goin...
asked by 05.10.2017 / 00:26
2
answers

Ways to use cURL with PHP?

I'm studying cURL to continue my application , I reviewed my code and monitored the network Twitter and got the following HTTP Headers : curl "https://twitter.com/" -H "accept-encoding: gzip, deflate, br" -H "accept-language...
asked by 14.07.2017 / 21:36
1
answer

Twitter User-App Authentication

I'm developing some Python scripts with the intention of bringing specific tweets and doing later analysis, but I'm having doubts about the type of Twitter authentication. So I noticed, there are two types of authentication, User-Based Authen...
asked by 07.02.2017 / 18:17
1
answer

Help with logic, using Twitter Rest API

Well, I have authentication ok with the code below: <?php if (isset($_POST['ttrSignin'])) { $ttrUsername = trim(filter_input(INPUT_POST, 'ttrUsername')); $ttrPassword = trim(filter_input(INPUT_POST, 'ttrPassword')); if (empty($ttrU...
asked by 29.06.2017 / 22:50
1
answer

Twitter (php) - how to get the user image and the email that this user uses on the social network

I can not find in the documentation whether this data can be accessed or not. The documentation (in my opinion) is very superficial regarding the documentation of the Facebook SDK. I'm using OAuth as the documentation says. Integration (php) has...
asked by 08.05.2015 / 22:39
0
answers

Incomplete tweets in search of searchTwitter method

Hello, the Stackoverflow BR community, I'm playing with the twitteR library of the programming language R , and I realize that in the searches I've performed, the texts are cut , example: "RT @ fulaniinn2070 I do not believe that after...
asked by 14.09.2018 / 23:57
0
answers

Twitter button does not read #

My blog has the tweet button that works normally just like any other: it gets the page title and URL via the date: post.title / data: post.url, respectively. The problem is that a few days ago, I added a # and the number of the post in the title...
asked by 23.03.2017 / 04:15
0
answers

How can an inline style cause security problems?

Working with the Twitter API, I received the following message in the browser when attempting to authenticate:    Refused to apply inline style because it violates the following   Content Security Policy directive: "style-src link    link ....
asked by 02.06.2016 / 14:58
0
answers

Requesting in the Twitter API using Jquery and Ajax

I'm trying to fetch data from a Twitter page, with no success so far. I got the access token through the PHP Controller, and I intend to use it to make requests. var token = 'Bearer <?php echo $token['twitter'] ?>'; $.ajax({ type: '...
asked by 03.05.2016 / 20:54