heungsub / me2pheungp

A forked Me2PHP, the Me2DAY API client library. It supports recent Me2PHP specifications.

Clone this repository (size: 270.6 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/heungsub/me2pheungp/
commit 85: 84a376bd1d70
parent 84: f311a47e622c
branch: Me2PHP
tags: tip
* http://me2day.net/dahlia/2010/01/10#10:53:15
Heungsub Lee / heungsub
2 months ago

Changed (Δ16 bytes):

raw changeset »

Usage.markdown (1 lines added, 1 lines removed)

Up to file-list Usage.markdown:

312
312
    assert($user instanceof Me2AuthenticatedUser);
313
313
314
314
    $post = $user->post(
315
        '150자 글 내용. "링크":http://me2day.net/dahlia  역시 가능. 필수 인자.',
315
        '150자 글 내용. "링크":http://bitbucket.org/heungsub/me2pheungp  역시 가능. 필수 인자.',
316
316
        '태그는 공백으로 구분된 문자열도 좋고 배열도 됨 선택 인자',
317
317
        1 # 아이콘은 1부터 12까지 가능.
318
318
    );