Questions tagged as 'twitter-api'

1
answer

Login with Twitter in Laravel with artdarek / oauth-4-laravel

I do not understand how this OAth service provider is used: I have a login created, where, being a login, I hope to enter there an email and password and a button to make the request. My code is this: <div class="container"> &l...
asked by 25.07.2016 / 22:54
0
answers

API Twitter and Power Bi

I am new using Power Bi and I am not a programmer either. That's why I have problems with the integration of Twitter and Power Bi. I found that code (below) to do the integration two two, but that has a limit of 100 lines. To increase that, I...
asked by 12.12.2018 / 17:00
0
answers

Social-auth with django

Hello everyone, I have the following error and I think I have added everything that I need to make it work. in the view I have the following: <!DOCTYPE html> <html lang="en"> <head> <meta charset="U...
asked by 17.11.2018 / 19:46
0
answers

Login Django for api Twitter

I'm trying to make a login button in Django to authenticate with a twitter api. The process I want to do manually and get information from the user. I'm trying to do the following to get aouth_access bearer_token_credentials = base64.ur...
asked by 25.11.2018 / 21:53
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
1
answer

Python / Tweetpy - User Not Found

I am seeing how to extract data from Twitter with Python and Tweetpy, however when I put any user on the list, it does not find them. Am I wrong in the method ?. It is the following: for handle in handles_list: print ('Fetching @' + handle...
asked by 14.12.2017 / 15:00
0
answers

Oauthcpp: Undefined reference to OAuth

I am using the following code. Which can be obtained from here . I am looking to make a twitter from a program, I am using codeblocks in raspbian SO. Below are the errors that mark me when compiling. I also followed the instructions shown...
asked by 11.08.2017 / 23:41
0
answers

Get the track used to filter by API twitter

I am using the twitter statuses / filter and track API with several search values to perform the search, and I want to know which of the parameters I put for the search is the one used, this can be done. The code that I am using is the following...
asked by 23.03.2017 / 15:50
0
answers

Control the timezone by posting a tweet with the twitter api and /statuses/update.json

I'm using the TwitterAPIExchange.php class to post tweets but when you create them the api sets in the created_at attribute the GMT global time and my intention is to publish it at 09:00 Spanish time. For example, if I publish a tweet now (...
asked by 24.01.2017 / 21:36
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