facebookarchive/friendsmash-unity

Doesn't work with latest Facebook SDK v4.3.4

Closed this issue · 4 comments

I used Unity v4.2.2 with latest version of Facebook SDK v4.3.4 package. When I imported the package into the FriendSmash Unity project I got this error:
Assets/Scripts/MainMenu.cs(24,12): error CS0117: FB does not contain a definition for `GetAuthResponse'

It did worked with Facebook SDK v4.2.4 package.

I made the same experience. Is there a solution for that?

Same thing for me

On Mon, Nov 4, 2013 at 5:56 PM, Martin Dobes notifications@github.comwrote:

I made the same experience. Is there a solution for that?


Reply to this email directly or view it on GitHubhttps://github.com//issues/3#issuecomment-27721780
.

Same problem here one of the methods, FB.GetAuthResponse has been removed in the latest SDK release.

Visit the SDK download page and download an earlier version - I looked for one roughly around the time that this repo was first created so I chose: v4.3.3

Hope that helps...

The issue has been fixed a few days back! Thanks!