ianserlin / iOS-Cordova-Facebook-Template

iOS
3 stars 2 forks source link

Show FB share dialog after login #2

Closed xor83 closed 12 years ago

xor83 commented 12 years ago

Sample works perfectly but how can I show share on FB dialog immediately after successful login? App ask to login after authentication and app closes the popup window. I want that if I share something after authentication it should show share popup like guardian app does. How can I do that?

ianserlin commented 12 years ago

You can use the regular FB javascript API like normal once the page is loaded and it will call into native utilities if available/needed. For this specific case look at the facebookWallPost() function in www/index.html