I am developed small app using Parse framework .
Due to new FB SDK I have updated my parse framework as well as FB sdk.
I have replaced all my code with new code, but still
I am facing this issue
Login button appears twice after updating my sdk to new sdk
Please help me to solve this.
If you are using storyboards why not check the subview hierarchy to see if you have 2 facebook buttons there and if so then remove it.
Related
I am facing issue regarding login issue using facebook in ios 11.0, It doesn't work like ios 10.
not even fetch data i am not able to specify the issue because there isn't any error code.
please help if you faced this.
Are you using Native code or Facebook SDK?
If you are using the native Account Kit code then you have to remove native code and use Facebook Latest SDK. this will work.
Apple has removed All Social login functionality from setting in iOS 11.
I have tried a lot to get facebook integrated to ios 5.0 in my X-code 4.2. I tried facebook sdk 3.0.8(which was the last package sdk that supported ios 5. The problem was that the samples provided in the sdk didnt work since they need a framework "Accounts.framework". I have tried a lot to download it, but it is not possible to get it.I cant find it in my system too. Somebody help me please.
i want to integrate Pinterest to my app for both ipad and iphone version. for that i do some googling and find VMPinterest framework. i download its demo its working fine with iphone but not working with ipad version.
Following issue i find it
its not authenticate properly it showing signing is successfully every times although i pass wrong email or pass.
its not able to get the board name
plz help me out if any body used this framework for ipad or if you have another way to integrate Pinterest than plz answer or comment.
Thanks
Try to download this API from this link: https://github.com/Lascorbe/LASharekit
Its working fine for me. Merge this into your App.
I downloaded the latest version of VMPinterest framework (they have released a new version) and it does works perfectly with iPad (i have tested for ipad mini).
I would recommend VMPinterest framework. as unlike others it doesnt take you to web page but it directly get you post the image remotely.
They have also released a demo app using this framework - is live on appstore..
App link https://itunes.apple.com/us/app/vmpinterest/id607998053?ls=1&mt=8
So the framework is appstore approved.
Its compatible with iOS 4.3 and above and runs on iPod touch/iPhone/iPhone5/iPad/iPad mini
For complete list of features visit Varshyl Mobile site
I am working on an iphone application where i am uploading video to youtube i have successfuly worked around that.
Now when i try to integarte the facebook in app it is creating a problem due to SBJason.h file in both the sdk. as both the sdk have SBJason file in their SDK kit.
So i need to have any workaround you can suggest.
Thankx in advance.
You have to remove one of the SDK's SBJson.
First see which is the updated one
If you see any updated one, keep it and remove the older one.
If Both are same, so you can remove any of them, it will not effect the project (hopefully)
HI..
i want to implement facebook in my iphone game .. i want when game is over there is a facebook connect button .. using which a player can share his score on his wall in facebook .. i have follow the way which is describe in this video { http://vimeo.com/3616452
}
but i am getting session not declare error ..
so please help out
This video is rather old. They use old facebook-iphone-sdk that is still working but Facebook recommend using new iOS SDK https://github.com/facebook/facebook-ios-sdk
It's a lot easier now. You can find sample project there and adopt it to you app.
I think you getting "session not declare" error because you didn't include facebook sdk header files in your project or Xcode couldn't find it if you SDK placed in another directory.
If you show us some code and better describe your problem it will be much easier to help you.