I know that the easiest way to integrate twitter and fb in iOS app is to using Social.framework. But will I be able to see statistics data and app insights while implementing my features with Social.framework instead of using direct API requests? Does anyone have such experience?
Here the facebook's statistics and insights i'm talking about
Related
I am developing a React Native App and have integrated the Facebook SDK for React Native.
I have been browsing Facebook For Developers in an effort to learn how I could retrieve the Facebook Messenger Thread between the logged-in user and a friend. The Graph API doesn't seem to allow for this. The "User Threads" and "User Conversations" edges look to be deprecated...
Is there a way to do this?
Best,
Patrick
In my iOS app I need to access the profile pictures of a user's facebook friends. Is this something that can be done with the iOS6 Social framework? Or would I need to use the Facebook API? The documentation for the Social framework is vague in that is says "common uses for the framework are..." but doesn't seem to give any concrete details on what it can or can't do.
Also does anyone have any tips on the best way to get the profile picture images of facebook friends?
The social framework, by virtue of SLRequest, lets you do basically anything with the graph API. The Facebook docs tell you what parameters and permissions you need and then SLRequest creates the authenticated request for you and executes it (performRequestWithHandler:).
Is there any tutorial out there showing how to use OAuth on IPhone?I download it from Gitgub. I want to send a mesage from my app to twitter.How to implement this...Anybody help me to immlement this?Advance thanks
Another option: DETweetComposeViewController
It uses OAuth for iOS4 and the built-in Twitter features in iOS5.
sai, you might want to look at the Socialize SDK (http://www.getsocialize.com) which will help manage the entire Social Integration process (FB/Twitter) for you without needing to know OAuth. Oauth is kind of a pain.
I have an iOS application that already using some methods of Facebook Graph API, but i need to implement sending private message to friend by Facebook from my application. As i know, there is no way to sending private messages by Graph API, but it maybe possible by help Facebook Chat API. I already read documentation but it don't help me. If anybody has some kind of example or tutorial, how to implement Facebook Chat API in iOS application, how sending requests or something, it will be very helpfull. Thanks.
Have a look at the XMPPFramework which has sections on both integrating the XMPP framework into iOS and implementing Facebook chat. This includes working sample projects.
Facebook private messages are accessible, but seem to be read only. See this blog post.
check this github project. they have integrated facebook api using xmppframework https://github.com/KanybekMomukeyev/FacebookChat
I want to authorize a Twitter account using the Signpost library. I have done this in Android but want to implement it on BlackBerry. I have searched for tutorials on how to authorize a Twitter account but didn't find any useful resources. Can any one provide a reference or tutorial for implementing it on BlackBerry.
Have you seen Twitter API ME?