grabKit
grabKit copied to clipboard
Drop-in iOS component to easily import photos from Facebook, FlickR, Instagram, Picasa, and more
Instagram: I am not able to register scheme://thing.com I am getting the error message. You must enter an absolute URI that starts with http:// or https://
xcode can't compile it because `GTMOAuth2ViewTouch.xib` is "missing" path is not /grabKit/~~G~~rabKit/submodules/Picasa/OAuth2/Touch/GTMOAuth2ViewTouch.xib it's /grabKit/**g**rabKit/submodules/Picasa/OAuth2/Touch/GTMOAuth2ViewTouch.xib
I am developing one iOS application in which I want to integrate grabkit...I am using XCODE6 and I have followed same instruction what you have explained but i am getting...
Below is the Code from GRKPickerPhotosListThumbnail.m if ([GRKPickerViewController sharedInstance].isScaleToFill) thumbnailImageView.contentMode = UIViewContentModeScaleAspectFill; else thumbnailImageView.contentMode = UIViewContentModeScaleAspectFit; ``` thumbnailImageView.clipsToBounds = YES; ``` It seems it not making any effect in UICollectionView...
Hello. I created Instagram Dev App, integrated GrabKit into my iOS app. It is correctly configured because Facebook picking works correctly. For instagram, there is an issue : when I...
Hello. I have error 401 when I try to use Picasa in GrabKit. I created OAuth2 access in Google Dev Console (I tried to create it as "iOS app" and...
New created Facebook Apps (created after 7th August 2014) are not working anymore because they use Facebook API 2.1 and this doesn't allow fql anymore. If you use a newly...
I've downloaded grabKit, and followed all instructions. I tested my Flickr app key/secret in the demo app and it works fine. After bringing the grabKitLib into my own project, I...
Is it possible that the app doesn't ask for user friends list?
The app is crashing whenever I chose any service. Using the Demo. I get the below 2014-03-18 02:58:18.147 GrabKitDemo[5218:60b] picker will show services list 2014-03-18 02:58:18.152 GrabKitDemo[5218:60b] picker did show...