email2face 0.0.7 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +10 -1
- data/VERSION +1 -1
- data/email2face.gemspec +1 -1
- 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
|
-
|
|
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
|
|
1
|
+
0.1.0
|
data/email2face.gemspec
CHANGED
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
|
|
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: -
|
|
179
|
+
hash: -358582509
|
|
180
180
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
181
181
|
none: false
|
|
182
182
|
requirements:
|