Questions tagged as 'twitter-api'

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
1
answer

Questions about how it works or RequireJS

I'm making an application that will consume some Twitter data. I am using the library recommended by the API developers, as my application is just for consuming API I only use javascript and jQuery , then I use the TwitterJSClient library....
asked by 30.06.2014 / 05:19
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

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
1
answer

cURL returning null value in JSON with PHP

I'm studying cURL because I want to make an application with Twitter using login form and password ... yesterday I did this question was very well answered, based on this I am studying cURL , so I have the following code: <?ph...
asked by 27.06.2017 / 20:23
1
answer

Error in Twitter user_timeline request

I'm having a hard time finding some material that explains how I use the Twitter API to pick up the latest posts from a particular user and display them on my website. According to the official documentation I got the following requisitio...
asked by 19.06.2014 / 05:35
1
answer

Find a certain word in a given user Tweepy

Following the documentation, I was able to create a code that extracts tweets by TAg, and another that extracts tweets from some user. But I'm having trouble extracting tweets from someone by tag. resultado = [[tweet.id_str, tweet.created_at,t...
asked by 20.06.2018 / 00:29
2
answers

How to access content from a json file?

I have a JSON file of information extracted from Twitter through the tweepy library, a piece of the contents of the file is as follows: Status(extended_entities={'media': [{'source_user_id': 3383675067, 'url': 'https://t.co/x03h8R996T',...
asked by 06.06.2018 / 05:17
1
answer

using twitter api with golang

I'm trying to make this request "oauth / request_token" on twitter using go. // GET PARAMS TO REQUEST t := time.Now().Format("20060102150405") values := make(url.Values) values.Add("oauth_nonce", auth.ANonce) values.Add("oauth_callback", auth....
asked by 08.05.2018 / 14:39
0
answers

What is the safest way to amarze Twitter Access Token and Access Token Secret in Javascript?

Hello, I'm developing a webapp that needs to make a request to the Twitter API to list all its "Followings" and for that I need to use the Access Token and Access Token Secret (you can see all of the webapp code here ) Now my question is...
asked by 01.05.2018 / 00:41