email2face 0.0.7 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.md +10 -1
  2. data/VERSION +1 -1
  3. data/email2face.gemspec +1 -1
  4. metadata +2 -2
data/README.md CHANGED
@@ -45,12 +45,21 @@ Then, we just give Email2Face the email we want a face for:
45
45
  require 'email2face'
46
46
  Email2Face.face("jarred.sumner@facebook.com")
47
47
  ```
48
- It'll return something like:
48
+
49
+ It should return something like:
49
50
 
50
51
  ```ruby
51
52
  http://graph.facebook.com/jarred.sumner/picture
52
53
  ```
53
54
 
55
+ However, if you get something like this:
56
+
57
+ ```ruby
58
+ "I couldn't find a face for that email :(. It's also possible that Facebook has asked for a security check on that account, which means that you should sign in and perform the security check."
59
+ ```
60
+
61
+ That might mean that Facebook is redirecting all requests to their [checkpoint](https://facebook.com/checkpoint). If it's an account you made, sign in and perform the security check. Otherwise, change it to an account that you know works.
62
+
54
63
 
55
64
  ### Changing the Facebook Account
56
65
  It's unlikely the included Facebook account will work for long. So, you may need to make a fake Facebook for it. Do not use your own because it's possible that Facebook may ban it.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.7
1
+ 0.1.0
data/email2face.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "email2face"
8
- s.version = "0.0.7"
8
+ s.version = "0.1.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jarred Sumner"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: email2face
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -176,7 +176,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
176
176
  version: '0'
177
177
  segments:
178
178
  - 0
179
- hash: -893557933
179
+ hash: -358582509
180
180
  required_rubygems_version: !ruby/object:Gem::Requirement
181
181
  none: false
182
182
  requirements: