I want to integrate facebook into my iphone app and can i find who are all online in the facebook programmatically using the facebook SDK
Please let me know your comments.
The Facebook iOS SDK (https://github.com/facebook/facebook-ios-sdk) cannot use chat out of the box from what I can tell.
Here are instructions for getting the SDK working in your iPhone app: https://developers.facebook.com/docs/mobile/ios/build/
Perhaps you could write a PHP (or language of your choice) script to interface with the web APIs that do allow you to get the list of users who are online. There is some PHP source code at the bottom of the following URL to do what you are trying to achieve.
https://developers.facebook.com/docs/chat/
Related
I'm trying to use the nativescript-oauth Plugin to do basic facebook login in an app, as described here: https://www.nativescript.org/blog/introducing-the-nativescript-oauth-plugin. When I use the app ID/secret in the demo it functions correctly, but when I try to use my own I get the error that says "Can't Load Url". There's definitely something wrong with my facebook app setup, but not sure what.
Is there a good guide to setting a facebook app up for an iOS app using NativeScript or another hybrid language? I tried using the quickstart guide on the facebook site but that didn't change anything for me.
put localhost as your app domain in your facebook developer settings
Facebook rejects the implementation of the official Phonegap Facebook plugin.
Did it by the book, login, posting works. Explained it's Phonegap (v3.0), and it's using their native SDK, but got rejected two times without any explanation except the info below.
Your Android app must use the native Login dialog that comes with Facebook's SDKs instead of custom web views. Ensure you have successfully tested your Facebook Login integration for Single Sign On or remove this integration as a listed platform in the developer app.
Here are the full details
Please advise. Thx!
I'm writing a windows phone app that should allows user to post status updates from within the application. Any link for the API's or help documentation that allows us to connect to facebook ?
Have a look at the Facebook C# SDK here
There is a sample you can look into about how to use the Facebook C# SDK here on GitHub in your Windows Phone App
Here is the starting point of using Facebook API
http://developers.facebook.com/
http://developers.facebook.com/docs/reference/apis/
Facebook_authentication_in_Windows_Phone_application
i want to integrate Pinterest in my iPhone Application so user can directly set Pin or like from iPhone Application. is there any tutorials or sample code available for it.is there any official site for get API for iOS.
As of this moment there is no official public API for Pinterest available.
Source
Update: Pinterest has introduced an API for developers, available here.
Pinterest now has an iOS SDK though at the current time you are limited to sharing images: https://developers.pinterest.com/ios/
Is there an open source API that allow me to post on groups of Facebook? Secondly, do I need to create an application for that or no need? I'd like to do that through iOS.
You should be able to use the Facebook Graph API and simple HTTP requests (using the iOS SDK) to do this. There's also an actively developed open source Facebook iOS SDK that should make this process even easier.
FaceBook has an API - have you checked to see if what you want to do is supported?
As far as their being a need - FaceBook has their own iOS app. Do you want to do something that it can't already do?