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.
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've tried building apps with Xcode and it has been a struggle, i then discovered unity and an entire world opened up to me. and then i released 3 games this year on the iOS apple store made in unity.
now I'm trying to build a game and this games main feature is to upload and view videos. let me call it what it is making an app with unity. why? because i know how to use unity, this is my tool.
so i headed to Facebook and download the latest SDK for unity and boy did it take me time to figure how it works. after weeks of struggle i found out that the Facebook SDK can not upload video, well at least not yet (i hope i can ask them if they could make it that the Facebook unity SDK can do everything that all the other sdk's can do, like their iOS sdk and android sdk).
the way i found out was when i submitted a bug report and asked a Facebook team member and they told me that it is not supported. i then went to check the references of the Facebook iOS sdk and compared it to the reference of the Facebook unity SDK and to my wonder the calls are not there.
so my question is how can i use Facebook sdk in unity the way that i want it to?
is there a method of using the Facebook iOS SDK in unity and not the Facebook unity SDK?
At the end of the day i would really like to push the app out on android as well hence why i added the android tag. so I'm sure if i can achieve it with either platform i can just do it for the other one as well.
please if anyone can share assistance it would be appreciated, I'm extremely serious to get this project completed i can't wait to share my idea with the world.
seems like I've confused myself. apparently one can do exactly what i want to do. The Facebook team member responded to my question I've included his exact reply for your convenience.
My project uses iOS 5.1 + Xcode 4.5 in this version. All I really want to do right now is to read a wall w posts from Facebook (see below link). And I will not be using iOS 6 for now.
Before beginning with Facebook SDK I need to know a couple of things;
Which version of FB SDK should I use together with iOS 5.1?
Does the latest FB SDK "downgrade gracefully" when used with iOS
5.1?
Any good examples of the basics to get started to read FB content? (Exept the FB Dev examples)
See also: Just want to read a Facebook wall, do I need to install FB SDK?
use facebook sdk 3.1 or > 3.1. Because FBconnect is not working in latest build (ios5 or above)
try this FB here
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 ve Downloaded Facebook API fro IOS 5....But its showing some errors regrading the memory release...Since apple has introduced autorelease in IOS 5....
I referred this and tried blocking ARC for certain files ,bt it doesn't work for me...
Is there any other methods to stop ARC in IOS 5?
How to overcome this?
Any one plz provide me the link for downloading the Facebook API for IOS 5...
If you use official SDK, you should compile it as a static library, not with your code, and then link your app with that library. You could see how it is done in SDK examples, and also here is some information about building process. Hope it will help.
Here is the link with working Source Code:
http://www.apress.com/9781430235422
Download complete source code from "Source Code/Downloads"