Questions tagged as 'twitter'

1
answer

How to make system login in the site using account of Instagram, Twitter or Google+ in Platform .NET (C #)

I want to develop something like this but I do not have any references how to do it, could you help me with some examples?     
asked by 08.04.2015 / 16:46
1
answer

Automatically post to Twitter from the PHP site

I'm developing a backoffice in PHP. And every time the administrator adds a product, that product will automatically be published to Twitter. On Twitter it will appear: the product name your image and the link to the site I had t...
asked by 14.05.2014 / 12:20
1
answer

JSONException being thrown on Twitter search - Java

I have an algorithm that does a search for old tweets on Twitter. The application ran normally for a few days, but out of nowhere it started throwing an exception. Code: public static List<Tweet> getTweets(String username, String sinc...
asked by 05.07.2015 / 17:17
1
answer

How to customize buttons for social networks?

I was wondering how do I customize buttons for sharing something on some social network. In the web there are already the default buttons but I wanted to customize them just by using CSS. I plan to do as these here: link     
asked by 30.06.2015 / 03:07
3
answers

How to avoid encoding problems when taking data with TwitteR?

I'm getting Twitter data with the twitteR package for r but the tweets are coming with encoding problem. Does anyone know how to work around this problem? library(twitteR) library(stringr) library(ROAuth) library(RCurl) options(RCu...
asked by 21.02.2014 / 03:06
1
answer

Like and Share Button Counter Custom for Social Networks Twitter and Facebook

How to get the total number of likes and shares of a URL on the Twitter and Facebook platforms? There are a number of sites on the Internet where you usually see custom Facebook and Twitter custom buttons, with a custom count...
asked by 03.07.2015 / 10:04
1
answer

Twitter API with CURL

OBS: THE COMPLETE CODE IS HERE , but I made this adjustment to receive cookies I'm trying to read the cookie files to make the requisite requests to get the result I expect, see my code: $tokens = ['_twitter_sess', 'ct0', 'auth_to...
asked by 06.09.2017 / 12:24
1
answer

How to collect tweets through the Streaming API, restricting a geographic location?

I would like to collect tweets through a certain keyword in real time, however I would like tweets only posted in brazil, because when doing the collection the api returns me tweets from all over the world. I'm using the twitter4j library. In th...
asked by 11.04.2014 / 20:25
0
answers

Filter retweets using the twitter API

I'm doing a search tool using the twitter API to get tweets. However, I have a problem related to retweets, with every search I make, more than half of the results are retweets. Is there a way I can filter retweets without using '-RT' while fetc...
asked by 28.08.2015 / 15:07
0
answers

FileNotFoundException being thrown on Twitter search - Java

I have an algorithm that does a search for old Twitter tweets between two dates. My goal is to return all tweets. The code was like in the question of this post a> (may be a parameter) a few days ago and was working, but due to some changes to...
asked by 30.07.2015 / 23:15