Where can I find the facebook connect api for iphone? - ios

as I have a problem with the new facebook sdk for ios (see more here and here) I would try with the old api, but on git there aren't no more. Where could I see?

I found nothing about older versions than this of facebook connect for iphone...
But, I've downloaded this SDK in October but I haven't update it yet!
If it can be useful, I can host it on a server to allow you to download it :)

Related

How to access google endpoints 2 with iOS

I had a working app on both iOS and android.
I have since migrated my endpoints to version 2 using android studio and my android app is still working.
However my iOS one is no longer working but I can not find any documentation explaining how to access google endpoints version 2 with iOS.
The only documentation is the legacy documentation at the following link click here
Does anyone know where I can find such a tutorial?
There are docs on the new client, which are mentioned in the migration guides.

How to implement Push Notification with Oracle in iOS

I'm struggling with Push Notification in iOS and it should be based on Oracle. Here is the link to the documentation provided by Oracle but there is a version difference between Oracle Doc & GitHub SDK.
No matter to implement the feature on 6.29.1 or 6.31.0.
The document is based on 6.31.0 but the regarding github sdk is based on 6.29.1 alone.
I'm lost how to synchronize the SDK and the document with the version difference.
I had experience in old versions You'd better to contact the support team of Oracle.
I finally found old documentation which syncs with github SDK version.
[UPDATED]
Oracle support team updated the documentation for old SDK as my request.

Where can I download iOS MobileCore SDK?

I added an app in MobileCore dashboard, but I've not able to find where to download the SDK for iOS to integrate with my app.
I tried to search through Google but still cannot find a link to download the MobileCore.framework. Do they stop publishing the SDK?
Contacted to one of the managers. She told me that they'd stopped support new apps, since they're moving to Supersonic platform soon.

My iPhone app is using Facebook SDK for iOS v2.0. Will my app become broken in June 2013?

My app on facebook has this alert:
This app uses an outdated version of the Facebook SDK for iOS. Please
download the latest version: iOS SDK 3.2.1.
Learn how the latest version makes it easier and faster to build great
mobile apps.
We also provide upgrade guides to make the process as easy as
possible. Upgrade from SDK 2 to 3.1 and 3.1 to 3.2.
Facebook will also stop supporting v2.0 of the SDK in June 2013, so
you are advised to upgrade to the new SDK as soon as possible.
Does this mean that v2.0 of the Facebook SDK for iOS will stop working in June 2013? Or, does it merely mean that Facebook will stop providing technical support and enhancements for it?
My app uses v2.0 SDK for the following:
Login with Facebook
Get list of friends
Send App Request to selected friends
Due to time and budget, I will not be able to have my iPhone app upgraded to version 3 until probably the end of this year. So, does this mean my iPhone app is going to be broken in June?
First, it is recommended for you to read Facebook SDK release notes. In short, API changed & Login mechanism ( especially token management ) changed . That means your app will have chance to be broken in June.
However, stop supporting is not equal to stop service . You can ask Facebook when to stop 2.0 API service . The 2nd link should provide most programming information you require.
Sidenote: I upgrade my app from Facebook iOS SDK 2.0 to 3.1 in few hours. Just curious, why take you so long to perform the changes ?
Hope it helps.
Reference :
Facebook iOS SDK Release Notes
Upgrading from 2.0 to 3.x
If you have access to the code for your app, you can check the class reference here for the latest version and see the whether the methods etc. used in your code is listed here, and whether there are any changes in how they behave / should be used.
If the classes and methods are all there, you don't need to worry. In all probability, your app should run just fine and not break.

Help with facebook ios sdk

I've found some tutorials how to connect your app to facebook with facebook ios sdk, but they all use FBSession.h which doesn't exist in the newest version of facebook ios sdk so I don't know how to connect.
Can someone tell me how to connect it with the newest facebook ios sdk, or has some new tutorial?
Have you looked here? This guide shows you how to use the fb graph api with mobile platforms
http://developers.facebook.com/docs/guides/mobile/
You can add FacebookSDK and deprecated (backwards compatibility) folder into the frameworks group. You can import Facebook.h and it usually has everything u require.

Resources