8000 Add usage example with geolocation, see #80 · redaxeprogrammers/codebird-php@2e77485 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e77485

Browse files
committed
Add usage example with geolocation, see jublo#80
1 parent 977d9b5 commit 2e77485

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,15 @@ $params = array(
148148
$reply = $cb->statuses_update($params);
149149
```
150150

151+
```php
152+
$params = array(
153+
'status' => 'I love London',
154+
'lat' => 51.5033,
155+
'long' => 0.1197
156+
);
157+
$reply = $cb->statuses_update($params);
158+
```
159+
151160
```php
152161
$params = array(
153162
'screen_name' => 'jublonet'

0 commit comments

Comments
 (0)
0