Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have created an android app to login using facebook, create events on facebook, create events on facebook. I think I have used a deprecated API but I thought I used the latest API - graph api. In my code some words in code are cut off like: AsyncFacebookRunner, Facebook, getAccessToken, setAccessToken, isSessionValid etc.

My functions were working fine with the old API, but yesterday my boss checked my code and asked me to do the entire app using a non - deprecated API.

I have done all coding without knowing that the API was deprecated.

I am really confused, what needs to be changed in order to convert the program to work with the latest API, should I change those keywords that are shown to be cut off, or is there any other way?

Any comments are welcome, I am really confused!

share|improve this question

1 Answer

up vote 0 down vote accepted

There is an upgrade guide:

https://developers.facebook.com/docs/tutorials/androidsdk/3.0/upgrading-from-2.0-to-3.0/

It provides a high level of what's changed from 2.0 to 3.0. You can use that to help map your migration. For example, instead of using the Facebook object you now have to work with the Session object.

There are also sample apps available with the new SDK that can guide you with various parts of the integration, so take a look at those as well.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.