iPhone facebook friend with email address - iphone

How do I fetch the email of my friend programmatically in my facebook applicaiton. If facebook don't provide that functionality then can i provide the permission of my facebook application to get email address? If Yes then how?
Please can you provide code me.
Thanks

This is all easily possible. Just register a Facebook dev account and download their iPhone SDK.

Related

Facebook API - Notifications for mobile

Using facebook api, I managed to send notifications perfectly fine, however I noticed that notifications can only be sent to facebook users that are not on mobile.. So all mobile users get NO notifications until they are on a PC.
My app is using 'Facebook canvas', and 'Website' in the developer settings.
Any help is greatly appreciated, thanks :)
The notifications are only surfaced on the desktop web version of Facebook
Source: https://developers.facebook.com/docs/games/services/appnotifications

Invite user to install an iOS App using Facebook sdk without FBWebDialogs

I have an iOS Bussiness app, which used Facebook to login. Now I have access to the friends list. Is there a way to send a request to a Facebook friend (who is currently not using app) to install my App. My app is Bussiness app category not the game.
this site shows all the information that you want:
https://developers.facebook.com/docs/games/invitable-friends/v2.2

Windows Phone Negative App getting Credentials from All ready Installed Facebook App in WP

I need a Help From You.
I Developing App with Login Credentials of Facebook. Im working with facebook authentication and it's working Properly.
But we want More Easy way.
If already Windows Phone Facebook App is Installed in my Phone, my App must take the Credentials from that FB App to My App.
Can Any One Help Me How can i do this.
Basically, you could refer to below links to achieve your goal.
https://developers.facebook.com/docs/facebook-login/login-for-windows-phone
http://facebooksdk.net/docs/phone/sso/

Logged in using Gmail account from iPhone

I have an iPhone application, I implement Facebook login on my app, now users can logged in to my app using their FB account. I also want to implement Gmail login to my app, then users can logged in to my app using their Gmail account. Is it possible to implement Gmail login on iPhone app. Any API for Objective-C for Gmail login is available?
Thanks,
VKS
check out the link for google api for objective c client but they don't provide for the login a user from google credentials
http://code.google.com/p/gdata-objectivec-client/

Send a message to a Facebook profile using an iPhone application

I am creating an iPhone application using the Facebook SDK. How do I post a message to a selected friend such that the message can be found in their profile?
I have no idea how to implement this.
Facebook does not allow messages to be sent via the API at this time. Applications can send notifications, but nothing but Facebook has access to the message/inbox API yet.