Transcript
Page 1: What You Can Do With Fb Sdk in IOS Apps

What  you  can  do  with  fb  sdk  in  iOS  Apps.    

     

There  are  basically  two  ways  of  interaction  with  Facebook    Graph  api      

• Using  iOS  Facebook  deep  integration.  • Using  Facebook  SDK  in  the  app.        

What  you  can  and  what  you  can’t    The  user  can  login  in  to  his  facebook  account  from  the  app.  There  are  two  

cases  in  this  scenario…    

• User  has  to  have  Facebook  account  setup  with  in  the  ios  settings  or    should  have  facebook  app  installed  on  his  phone.  Then  the  user  can  be  logged  in  to  his  account  from  the  app  by  providing  permission  to  access  his  account.    

 • If  either  of  the  above  are  not  met,  then  user  is  redirected  to  facebook  website  in  safari  and  redirected  back  once  he  has  logged  in  .  

   

 The  actions  user  can  perform  once  he  has  logged  in      • User  can  share  any  stuff  on  his  wall.  

 • User  can  share  any  stuff  on  his  friend’s  wall.    

• The  user  can  like  and  comment  the  other  users  post.  • The  user   can   invite   friends   to  use   current   app  by   sending  requests.  

• User  can  invite  friends  who  are  using  current  app.  

Page 2: What You Can Do With Fb Sdk in IOS Apps

Note:  you  have  to  ask  user  permission  every  time  you  need  to  do  anything.  But  frictionless  interaction  needs  permission  only  once.      

   You  Can’t      

1.User  cant  like  a  Facebook  page  from  the  social  sdk  in  ios.  2.   User   cant   login   in   to   webpage   with   in   the   app,   using  credentials  from  the  social  sdk  or  facebook  sdk  ios  .          

   

       


Top Related