Documentation ¶
Index ¶
- Constants
- type Instagram
- func (i *Instagram) FinishTwoFactorLogin(username, password, twoFactorIdentifier, verificationCode string) (err error)
- func (i *Instagram) Login(user, password string, forceLogin bool) (err error)
- func (i *Instagram) SetAddHTTPResponseToResult(status bool)
- func (i *Instagram) SetAddRawResponseToResult(status bool)
Constants ¶
View Source
const ( MaxChunkRetries = 5 MaxResumableRetries = 15 MaxConfigureRetries = 5 MinChunkSize = 204800 MaxChunkSize = 5242880 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instagram ¶
type Instagram struct { Username string Password string AccountId *string //Properties Account *account Business *business Collection *collection Creative *creative Direct *direct Hashtag *hashtag Highlight *highlight Tv *tv Internal *internal Live *live Location *location Media *media People *people Push *push Shopping *shopping Story *story Timeline *timeline Usertag *usertag Discover *discover // contains filtered or unexported fields }
func (*Instagram) FinishTwoFactorLogin ¶
func (*Instagram) SetAddHTTPResponseToResult ¶
func (*Instagram) SetAddRawResponseToResult ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.