Lucas Farah
Lucas Farah
If you have time, it would be awesome if you opened a PR adding this functionality!
I done this implementation myself last week for my library. Just follow [this post](https://guides.cocoapods.org/making/making-a-cocoapod.html) and [this checklist](https://github.com/thellimist/EZPods).
```CocoaPods``` and ```Carthage``` are awesome tools and make our life really easier, but there are some devs who still don't know how to use them, as @ktxc15 explains. It would...
@ktxc15 you should be able to [download the zip](https://github.com/sprint84/PhotoCropEditor/archive/master.zip) and then *drag&drop* the ```/CropViewController``` folder to your project!
new version and still not working =(
Would also love to know. I already recorded a video and I need a live filter in my player
Yeah, let's create a swift3 branch!
Create the branch and I'll send a pull request with the **swift3** code 👍
@felixjendrusch any updates?
@Dharin-shah's answer was pretty good, but if you want to get the user's Facebook email as well, you need to add an `fields=name,email` to the url: ``` https://graph.facebook.com/me?fields=email,name&access_token=[YourAccessToken] ```