Search code examples
iphoneobjective-cxcodesharekit

access permission problem for facebook using share kit in iphone sdk


I integrated facebook app using sharekit by giving the FB Secret key and session key. It works fine previously. But Now, for the new user it does not ask allow permission , directly opens the FB web app.

Can anybody tell, what's the problem ..

Thanks


Solution

  • First check cookie word in your code.After that Make clearcookies=YES. I think currently your clearcookies set to nil.