
com.yukihirai0505.iService.constans.Constants.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iservice_2.11 Show documentation
Show all versions of iservice_2.11 Show documentation
A Scala library for Instagram
The newest version!
package com.yukihirai0505.iService.constans
/**
* author Yuki Hirai on 2017/05/30.
*/
object Constants {
val IOS_USER_AGENT: String = "Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1"
val ANDROID_USER_AGENT: String = "Instagram 4.0.0 Android (10/3.3.3; 240; 480x320; samsung; GT-I9220; GT-I9220; smdkc210; en_US)"
val HASH_HMAC_KEY: String = "b4a23f5e39b5929e0666ac5de94c89d1618a2916"
val UTF8: String = "UTF-8"
val HMAC_SHA256: String = "HmacSHA256"
val NOT_FOUND_ERROR_MESSAGE = "404: NotFound"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy