Results 7 issues of Sascha Hendel

I tried the examples. Works well, if all input, etc is correct, but if something is not the way it should be, PHP exit with error. Is there any suggested...

I run two different bots on my machine with php-telegram-bot. I noticed, that on invoking `/chats *` the list of users is always summarized from both bots :( I had...

question

Is it possible to start a conservation by pressing a InlineKeyboardButton (handle new Conversation() in CallbackqueryCommand.php)?

Tried to crop https://commons.wikimedia.org/wiki/File:Lumen_Martin_Winter,_Sheraton.jpg and noticed, that the image is rotated (180 degrees) in the preview window

Hi, since a while I use the PHP wikibase-api successful for interacting with Wikidata (reading/writing statements with references). Now I try for the first time to add a qualifier to...

Extended code to support OAuth2. Two files are changed: 1. https://github.com/sascha-hendel/Services_Openstreetmap/blob/master/Services/OpenStreetMap/Config.php 2. https://github.com/sascha-hendel/Services_Openstreetmap/blob/master/Services/OpenStreetMap/Changeset.php New config parameter **oauth2_token**: `$config = array( 'oauth2_token' => 'YOUR_OAUTH2_TOKEN', ... further parameters ); $osm = new...

I know, this is the same topic as https://github.com/pear/Services_Openstreetmap/issues/229 (request for OAuth authentification), but now this is not only a feature request anymore. Since yesterday API authentication (and out of...