PHP Tutorials - Twitter API 1.1 Search Tweets or Hashtags

preview_player
Показать описание
Merhaba, Twitter API 1.1 kullanarak aradığınız kelimedeki twitleri çekmeyi ve hashtaglerde aramayı anlattım, classları aşağıdan indirebilirsiniz.

Рекомендации по теме
Комментарии
Автор

Although the code wasn't fully function for me when I first tried, but after fixing up some of the errors, it works. Thanks for the run through, it really helps alot.

dennischen
Автор

Hi Selim! Is this up to date? Or should i perhaps use Fabric? Kind regards.

PekDraine
Автор

I' sorry but although you can work with these codes, or use Fabric needed to access the BD of twitter?

TheKira
Автор

Hi Selim,
Looks like you have updated your github. Could you please share the original twitteroauth folder and index.php file on Github?

vincentshi
Автор

i wanted to ask you how you made it work on localhost because it seems like am getting nothing not even an error

oziboni
Автор

i have already implemented that sir. but.when the data has been fetced, the created_at are at random. cant i get tweets in order?

eCenaiV
Автор

Hi Selim, your video has helped me understand the twitter API. I have a question, you may be excluding search words?

CageAlto
Автор

merhaba kelime bazlı arama yaparken gerçek zamanlı olarak 1 2 ay veri nasıl çekilir mesela araba markası bmw geçen tweetleri 2 ay boyunca çekmek istersek

mustafasarikaya
Автор

Hey Selim,

I've followed your tutorial to the letter, however, my application when using 
<?php print_r($tweets) ?>
just prints out the Get statement to the screen as follows...

No tweets are shown. It's as though the ->get method is not working at all?

Any help would be appreciated!

adamjeffery
Автор

Hi Salim, thanks for this and thanks for responding to questions - it works great. How can I search for hashtags only? Thanks

MattHarrisonSocial
Автор

Thank you, i adapted my method ! Was a Good plan

OliDrK
Автор

UPDATE : 
//foreach($tweets as $tweet){
//foreach ($tweet as $t){
//echo '<img /> '.$t->text.'<br>';
//}
//}

# OR



foreach($tweets->statuses as $tweet){

echo '<img /> '.$tweet->text.'<br>';

}

Автор

it seem the Fatal error: Class 'Abraham\TwitterOAuth\Config' not found in on line 15.

mayankupadhyay
Автор

Hi selim. Im try to following your video. And i get an error in TwitterOAuth.php on line 159.
Please help me to solve this errors

khaiofficial
Автор

Hey thanks for the video. What is the limit of the tweets we can retrieve? i'm only getting 100. what can i do if  want more like 500?

nanic
Автор

is there a way to scrape the user ids of people who retweet a specific tweet?

ytpeach
Автор

hi selim,
how to view hashtag photo?
please help me thanks

ZuhairiZulkefli
Автор

how to give sentiment for each post ?
with model algorithm

nanto-x
Автор

Thank you so much ! It's possible to save all results in mysql database ?

nicoLasxx
Автор

hi selim..
its work, , but i have problem with

 "Trying to get property of non-object in on line 29"

hanifhafiz
welcome to shbcf.ru