I've seen this question.
Invite Facebook friends to my iOS app that is not a game with custom UI
I'm developing a game app but has no Canvas, so I can't use invitable_friends API either.
Is it still impossible?
It looks like Instagram is doing this, but how do they make it possible?
Anyone know the solution ?
Related
Hii I am unity3d developer.
I want to publish my game on facebook. for that i need to make facebook canvas settings.
But i have leaderboard and achievement of google play service available in my game. I want to know will it work with facebook canvas ?
Thanks,
Hope you all understand my point.
It will not work.
GooglePlayServices are intended for Android use.
This is like expecting GooglePlayServices to work when you deploy to iOS and want to use GameCenter.
How do I make my mobile game send a request that is shown as notification like in Candy Crush Saga game.
I went through this App requests successful, but no notification shown but can't find the solution. I don't know what to put in my canvas URL.
GAME is developed in Unity3d.
Solved ..... Your mobile app must pe on facebook (i.e on facebook appcenter ) ..then only it will be shown as notification
I faced the similar issue .. there is something that need to be done on FB App settings->Basic, Add another platform "Facebook Canvas". This solved the issue
The canvas apps means- the apps displayed inside facebook.com.
I think you are having the mobile app not a canvas app, so Notification API, which is still in beta do not supports the notification in mobile. Acc to doc-
Currently, only apps on Facebook.com can use App Notifications. Notifications are only surfaced on the desktop version of Facebook.com
So instead of notifications API, you can use different kind of Requests- whichever is more significant in your case.
I have implemented Facebook share kit to my app and it works as intended, but if the user installed Facebook official iPhone app it messes up my app because it logins through Facebook iPhone app instead of share kit default login. Is there way to make share kit ignore Facebook official iPhone app?
No, there is no such method. You just have to use the latest Facebook API provided by the Apple. That may solve your problem of not detecting the login from app.
I would like to give the users of my iphone app the option to recommend things to their friends on facebook. Like a button in the app that says: "Share this with your friend". Is this possible?
Thanks
Yes, You can share any message from iPhone application. You can use facebook graph API for sharing message to facebook.
I have looked at the facebook iphone api and watched the tutorial they offer but an not sure if one needs to have a facebook app as well to be able to connect an iphone app to facebook.
I would like to allow my users to be able to share things on their profile. e.g. set their status from within my iphone app.
How is this done?
Try the Facebook iPhone SDK
--edit--
You need to register your application to use the API.
Authentication Docs