OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::Twitter Namespace Reference

Twitter に関する機能 More...

Functions

bool OpenTweetWindow (StringView text)
 Twitter への投稿ページをユーザの既定のブラウザで開きます。 More...
 
bool OpenLikeWindow (uint64 tweetID)
 
bool OpenRetweetWindow (uint64 tweetID)
 
bool OpenMiniProfileWindow (StringView screen_name)
 
bool OpenMiniProfileWindow (uint64 user_id)
 
bool OpenFollowWindow (StringView screen_name)
 
bool OpenFollowWindow (uint64 user_id)
 

Detailed Description

Twitter に関する機能

Function Documentation

◆ OpenFollowWindow() [1/2]

bool s3d::Twitter::OpenFollowWindow ( StringView  screen_name)

◆ OpenFollowWindow() [2/2]

bool s3d::Twitter::OpenFollowWindow ( uint64  user_id)

◆ OpenLikeWindow()

bool s3d::Twitter::OpenLikeWindow ( uint64  tweetID)

◆ OpenMiniProfileWindow() [1/2]

bool s3d::Twitter::OpenMiniProfileWindow ( StringView  screen_name)

◆ OpenMiniProfileWindow() [2/2]

bool s3d::Twitter::OpenMiniProfileWindow ( uint64  user_id)

◆ OpenRetweetWindow()

bool s3d::Twitter::OpenRetweetWindow ( uint64  tweetID)

◆ OpenTweetWindow()

bool s3d::Twitter::OpenTweetWindow ( StringView  text)

Twitter への投稿ページをユーザの既定のブラウザで開きます。

Parameters
text投稿するテキスト
Returns
ブラウザを起動できたら true, それ以外の場合は false