From e33120d454aeb72acc2c1315bddea31dd2f15bb2 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Mon, 29 May 2017 15:05:26 -0700 Subject: initial port --- .../main/kotlin/com/pitchedapps/frost/facebook/FBURL.kt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 app/src/main/kotlin/com/pitchedapps/frost/facebook/FBURL.kt (limited to 'app/src/main/kotlin/com/pitchedapps/frost/facebook') diff --git a/app/src/main/kotlin/com/pitchedapps/frost/facebook/FBURL.kt b/app/src/main/kotlin/com/pitchedapps/frost/facebook/FBURL.kt new file mode 100644 index 00000000..489f12a7 --- /dev/null +++ b/app/src/main/kotlin/com/pitchedapps/frost/facebook/FBURL.kt @@ -0,0 +1,15 @@ +package com.pitchedapps.frost.facebook + +/** + * Created by Allan Wang on 2017-05-29. + */ +enum class FBURL(val url: String) { + FEED("https://touch.facebook.com/"), + PROFILE("https://touch.facebook.com/me/"), + BOOKMARKS("https://touch.facebook.com/bookmarks"), + SEARCH("https://touch.facebook.com/search"), + EVENTS("https://touch.facebook.com/events/upcoming"), + FRIEND_REQUESTS("https://touch.facebook.com/requests"), + MESSAGES("https://touch.facebook.com/messages"), + NOTIFICATIONS("https://touch.facebook.com/notifications"); +} \ No newline at end of file -- cgit v1.2.3