ios - Use of unresolved identifier FBSession -



ios - Use of unresolved identifier FBSession -

in swift project, integrating facebook sdk using bridging file.

if fbsession.activesession().state == fbsessionstate.createdtokenloaded{ // whatever }

i getting error message:

fbsession unresolved identifier

i not find fbsession.h in fbsdkcorekit.framework v4.0.1

naming has changed to

fbsdksession

ios facebook swift

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -