abhiyerra-refacebook 0.4.7 → 0.4.8
Sign up to get free protection for your applications and to get access to all the features.
- data/README.txt +1 -0
- data/VERSION.yml +1 -1
- data/lib/refacebook/sinatra.rb +2 -4
- metadata +1 -1
data/README.txt
CHANGED
data/VERSION.yml
CHANGED
data/lib/refacebook/sinatra.rb
CHANGED
@@ -35,10 +35,8 @@ module Sinatra
|
|
35
35
|
# [:api_key] Your application's Facebook API key.
|
36
36
|
# [:secret_key] Your application's Facebook Secret key.
|
37
37
|
# [:canvas_url] The full path to your canvas page.
|
38
|
-
# [:require_login] If this is set to true then the user is redirected to
|
39
|
-
# the
|
40
|
-
# [:store] This currently uses memcache-client as the session store since
|
41
|
-
# Rack doesn't currently have non cookie based session stores.
|
38
|
+
# [:require_login] If this is set to true then the user is redirected to the login page where she needs to authenticate.
|
39
|
+
# [:store] Currently uses memcache-client as the session store since Rack doesn't currently have non cookie based session stores.
|
42
40
|
def require_facebook *args
|
43
41
|
settings = args[0]
|
44
42
|
|