Questions tagged as 'twitter'

0
answers

Publish to Twitter with PHP [closed]

I made this code to publish the news of my site direct to my Twitter, but it is not working and I can not identify the error, since it does not return anything. It does not work and not from error, simply nothing happens. I searched in several p...
asked by 02.02.2016 / 12:26
1
answer

Get Twitter information without using the API with cURL

I have the following code: $url = 'https://twitter.com/' . $username; $user = curl_init(); curl_setopt_array($user, [ CURLOPT_URL => $url, CURLOPT_CUSTOMREQUEST => 'GET', CURLOPT_CAINFO => 'ca...
asked by 03.07.2017 / 00:52
1
answer

Tweets Crawler

I'm using the tweeter API provided by python to find certain tweets. The problem is that I want to see the tweets received by the person and not the tweets sent by the person , but I'm not having success, I only view the tweets of the page i...
asked by 22.10.2018 / 19:35
1
answer

HTTP / 1.1 302 Found Is it normal or does it have a problem?

I'm trying the following return in my code PHP , which also helped me a lot: #,
asked by 02.07.2017 / 00:39
1
answer

How to count the number of twitter followers via php?

Good morning. I'm developing a blog and I need to list the number of followers a certain company has, but I can not do it. I was able to do the tanned listing of facebook but of twitter I can not at all $xml = file_get_contents('http://twitter...
asked by 16.04.2015 / 14:34
1
answer

How to leave objects side-by-side coming from * ngFor?

I have this situation: <div class="row"> <div class="col-lg-12"> <!-- 1 Primeiro cartão, 1° objeto --> <div class="card borda-card" *ngFor="let evento of eventos"> <a href="/assets/img/2.jpg" style="b...
asked by 04.05.2018 / 16:25
1
answer

Sorting and sequencing data from a file

I've developed a program that stores a list of ids, so Butforthedesiredpurposes,thedatashouldtakethesequentialform,sothatthefirstpairofidsissomethinglike:"889926212541448192" becomes 1 and "889919950248448000" becomes 2. That is, the file to...
asked by 23.11.2017 / 19:46
1
answer

Extract data from an array

I have the following code: <?php require_once './app/autoload.php'; if (!isset($_SESSION['twitter_session'])) { header('Location:' . URL_BASE . '/index.php?access=denied'); } if (isset($_POST['send'])) { $user = trim(filter_input(...
asked by 29.06.2017 / 01:30
1
answer

Track #hash and create description from it [LOGIC] [closed]

I came across this now and would like to debate to create a logic. Well, nowadays is used a lot of hashtags for everything in the main social networks, I almost never go to Twitter and when I enter I come across strange hashtags and do not kn...
asked by 20.12.2014 / 17:42
1
answer

List the last 5 tweets with jquery

I need to list the last 5 tweets of a Twitter user, and I need only the text and date appear. I'm trying for the widget of Twitter itself, but it's very complicated. Would anyone else have a solution for this?     
asked by 14.11.2014 / 20:03