tinder-api:Tinder API 的简单包装类

时间:2024-07-25 07:13:05
【文件属性】:

文件名称:tinder-api:Tinder API 的简单包装类

文件大小:2KB

文件格式:ZIP

更新时间:2024-07-25 07:13:05

PHP

火种API 这是围绕 Tinder API 的一个简单包装器。 检索推荐和“喜欢”用户的示例用法。 $ tinderApi = new TinderApi ( 'REPLACE_WITH_FB_USERNAME' , 'REPLACE_WITH_FB_TOKEN' ); $ recs = $ tinderApi -> getRecs (); foreach ( $ recs as $ rec ){ $ tinderApi -> like ( $ rec -> _id ); }


【文件预览】:
tinder-api-master
----README.md(318B)
----TinderApi.php(3KB)

网友评论