aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbCookie.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-11-19 21:09:43 -0800
committerAllan Wang <me@allanwang.ca>2021-11-19 21:09:43 -0800
commit4799eebdc642f740b55aad2e0d9a3624fc11c53f (patch)
treea6a0431c0cd1ada5f3e185ed7208c866b44a0029 /app/src/main/kotlin/com/pitchedapps/frost/facebook/FbCookie.kt
parent8c343fd09cdf80cfbcdf49fd5cc72bec759478cf (diff)
downloadfrost-4799eebdc642f740b55aad2e0d9a3624fc11c53f.tar.gz
frost-4799eebdc642f740b55aad2e0d9a3624fc11c53f.tar.bz2
frost-4799eebdc642f740b55aad2e0d9a3624fc11c53f.zip
Snapshot work
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/facebook/FbCookie.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/facebook/FbCookie.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbCookie.kt b/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbCookie.kt
index 1a714374..ab041adc 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbCookie.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbCookie.kt
@@ -60,7 +60,7 @@ class FbCookie @Inject internal constructor(
* Note that this is a synchronized call
*/
val webCookie: String?
- get() = CookieManager.getInstance().getCookie(FB_COOKIE_DOMAIN)
+ get() = CookieManager.getInstance().getCookie(HTTPS_FACEBOOK_COM)
val messengerCookie: String?
get() = CookieManager.getInstance().getCookie(HTTPS_MESSENGER_COM)