How to invite friends in Facebook using social framework [closed] - facebook

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm developing social media app with Facebook.
And my application is supporting both iOS 5 and iOS 6 and I want to use native facebook for inviting friends.
In iOS 5 its working fine using graph api. And in iOS 6 new features added by apple that we can use Facebook natively as twitter. So we don't need to login from our app it will take credential from setting screen of iphone in iOS 6.
So for this I have to use social framework as we are using in twitter.
I successful in use of native dialog for Facebook image share and post as it looks like in twitter.
Now I want to invite friends in Facebook using native dialog ( Social framework).
And I have no idea how to invite friends in iOS6 using social framework.
I search a lot but not able to find any solution even I dont know is it possible or not ?
If anyone have got sample project or good idea for this,please notice to me.
I hope you understand my problem...
if not please tell me..

Related

Twitter integration in iphone using OAuth [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
In my iPhone application i have one option for import twitter followers in my friend list.(friend list which is display in my application)as per my knowledge i need to follow bellow step.
1. Twitter OAuth integration in my application and get access_token.
2.find API for get followers list from twitter developer site.
If anyone have good approach than kindly guide me.
Thanks in advance.
You can use (on iOS 5 and above) the Accounts + Twitter frameworks to make your access to Twitter a lot easier. This way, you don't need to manually deal with the OAuth protocol. You can also take advantage of the fact that a user may have their Twitter account already set up at the OS level, meaning you don't need them to log in again. See links below on how to use these.
Your second question regarding followers list, you can get a list of followers using the following API Resource: https://dev.twitter.com/docs/api/1.1/get/followers/list
Using that API along with the Twitter framework should get the results you are after/
Sources
Accounts framework reference: http://developer.apple.com/library/ios/#documentation/Accounts/Reference/AccountsFrameworkRef/_index.html#//apple_ref/doc/uid/TP40011024
Twitter framework reference:
http://developer.apple.com/library/ios/#documentation/Twitter/Reference/TwitterFrameworkReference/_index.html#//apple_ref/doc/uid/TP40011014
Sample code on how to use these frameworks:
http://developer.apple.com/library/ios/#samplecode/Tweeting/Introduction/Intro.html#//apple_ref/doc/uid/DTS40011191

authentication facebook application [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have developed a facebook application, where users upload video and audio. Now i want that without authentication no user will be able to use the application.
Why i want this is because i need the user profile picture, the current loggedin user profile picture. So that i can welcome him after authentication.
After searching for hours, i was unable to get answer for myself, so posting it here.
I have read the complete documentation
https://developers.facebook.com/docs/authentication/pagetab/
but unable to understand. It would be great if anyone can help me.
If you are looking for authentification for canvas application then read this documentation.
If you wanna use server-side authentification then download official php SDK from github. Repository contains example application.
I've recommend this way of authentification because it is the easiest. Documentation for SDK.
And exists client-side way of autentification. Documentation for JS SDK and example application.

I want to write a code that creates more than one User in Facebook . Is it possible? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am a newbie in facebook programming . But i know something about Java and Java EE.
I would like to do such a programming that will create multiple user account and then all of the users will give a like in a certain facebook page or give comments in a facebook fan page.
Is it possible ? How do I access facebook tables to insert/update ? It would be better if this could be done in Java . I will also like other language if Java is not the correct language here.
The facebook api is language agnostic, that is it works with http requests and so you can implement that in any language that supports http requests.
There are some SDKs for different languages, such as the official javascript, php, iOS and android SDKs, and there are other ones (unofficial) for java, C#, actionscript, etc.
I can't say I completely understand what you want to do, but there's no way to create a facebook user with the graph api.
You have no insert/update access to any facebook table (using FQL), only selecting.
You can add/change data using the graph api, but you need an authenticated user who granted your app the right permissions.
If you want to automate creating of fictional facebook profiles which will then "like" a page/url then you can't do that.

Sharing on Google+ on iOS? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I understand there is a developer portal for Google+, but I'm not sure how I can use this stuff to implement a +1 button within my iOS app. I want something simple, just like how ShareKit does it with facebook and twitter, but for Google+. How would I get started with this?
Currently Google+ only provides a JavaScript based +1 button. If you would like to +1 URLs from within your iOS app you should star this feature request.
EDIT: The issue is marked as "Fixed" now, but with a solution that probably won't help for iOS apps.
Update: Google now has a Google+ Platform for iOS.
Check out http://code.google.com/p/google-api-objectivec-client/

Web Application as iphone native app [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
As facebook is a web application, in which we post comments, post snaps, chat etc. There is also an also facebook available as iOS native app and mobile app. We have similar kind of web application like facebook, we want to make a native application of that web application.
Is there any solution to this?
Please reply this
Try Titanium Appcelator to create iOS application from your web applications.
The best solution is for you to create web-services for your web application and then create an app that uses/consumes those.
Web-app's can NEVER be native!
Unless you will 'convert' it into a 'native-language'-application.
If Titanium Appcelator will do this thing for you, it will be a nice solution to make a 'native web application'!
Otherwise, you need to use your web skills to create a XML or JSON file, with a language like PHP or ASP/ASP.net. You will need to get the content of the XML/JSON file from a database or another XML/JSON file which got comments, pictures, etc. in it. You will need to parse it with a native language (C++/C for iOS, Visual Basic for WP and Java for Android) and make a good-looking application using the native language. Your application is now a native application which needs the web to work.
Greetings, Amanush!
EDIT: You can make a 'webbrowser' app as well, which will always browse to your online application. It will be a slow solution.