Tunku S
Tunku S
i tried using this for [https://developer.twitter.com/en/docs/labs/hide-replies/api-reference/put-hidden](url) with this ``` $settings = array( 'oauth_access_token' => $Data['AccessToken'], 'oauth_access_token_secret' => $Data['AccessTokenSecret'], 'consumer_key' => $Data['ConsumerKey'], 'consumer_secret' => $Data['ConsumerKeySecret'] ); $url = 'https://api.twitter.com/labs/2/tweets/'.$Data['StatusID'].'/hidden'; $requestMethod =...
i was looking for api library that works with Twitter Labs (https://developer.twitter.com/en/account/labs) does this one works with that?
ive retrieve a image url from direct messages using this ``` $parameter_get_dm = ['count' => 10]; $get_dm = $twitter->directMessages_events_list($parameter_get_dm); foreach($get_dm->events as $item){ $file = $item->message_create->message_data->attachment->media->media_url; } ``` it will show...
i've installed the package, and its running fine for my application, but unfortunately it can only go for _**10-15fps**_ with it, is there any way i can improve the performance?...
### Prerequisites - [X] I made sure I am running the latest [development build](https://ci.appveyor.com/project/ORelio/minecraft-console-client/build/artifacts) - [X] I tried to [look for similar issues](https://github.com/MCCTeam/Minecraft-Console-Client/issues?q=is%3Aissue) before opening a new one - [X]...
in some cases where the account was already connected, but the server shows "this player is already trying to connect", the mcc will detect it as disconnected even though its...