Salam every body
I want to develop a project that allow to user to view latest picture uploaded in a certain pages
i'm new in facebook android sdk and i don't know what is the first step to do
can you give some directives to start this project?
best wishes.
I always recommend that developers who are looking to integrate Facebook into their apps to start with our documentation. This tutorial on our developers page walks you through a sample app that gets you started with our most basic SDK functionalities such as logging in via Facebook, uploading a picture, and grabbing the user's profile picture for example. Once you go through that, you should be well-versed enough to learn how to extend the SDK functionalities to do what you want.
This community is also very helpful when you have questions (but you have to provide context, sample code, and very thorough description of the problem you're facing).
Related
Is there any way to customize Unity's Facebook share dialog with title, description and picture?
I am working on a Unity game, targeting iOS and Android. I have installed the Facebook SDK 7.9.0. I am relatively new to Facebook development/implementation but I am quite familiar with the process.
I have search all over the internet for almost a week and I have not being able to find any example that works for me. I have tried everything from using the Unity Facebook SDK FB.ShareLink and FB.FeedShare methods to trying to open a web page with the open graph implementation of facebook share.
I read that these parameters (title, description and picture) where disables from April 2017 (https://developers.facebook.com/docs/sharing/ios/share-button) in the current and older versions of the Graph API, but there has to be a way because I still see some games and applications that have custom Facebook share dialog.
Unfortunately I am not allowed to post code, since I am working for a company.
P.S.: I know this is probably a topic, but most questions related to this topic where posted before the April 2017, so I am expecting more recent feedback.
Currently, I am making an Android app in which I need to integrate the complete Twitter app.
I went through Fabric website where I got to know that using the plugin in my app I could integrate Twitter App functionalities very easily.
I want to know if someone has used it.
Will it be really helpful in my case?
Does it give the same feel of the original Twitter app?
Does the plugin also provide UI(Twitter app UI) or do I have to make my own UI?
The twitter APIs and SDK is one of the most advanced and interesting ones i have ever used. It gives the real feel and look of twitter ( login, twitter lists). The SDK does most of the work for you. For example when you want to list tweets using List,the only thing you will need is to create a list view and a text view in your xml.
Initializing the sdk in your app is just less than 5 lines of code.
The console is easy to use as well. This will help you set up your app so fast.
For me i didnt feel like a programmer when using the SDK unlike when I am really struggling to use GMAIL APIs.
Go ahead and just do it.
Happy Coding.
I am going to integrate "facebook sharing" into an app. Basically a timeline post with a link and an image and text.
What is the difference between an elaborate Facebook 3.0 integration vs using the Android OS' share intent with certain parameters, where the latter allows users to choose between apps such as Facebook and it just works if the app is configured to use that intent.
The only difference will be a one line of code that will work with thousands of different app (and other social network) Vs bloating your app with Facebook SDK, hours of work, pain, bug for a less clean result.
;-)
Edit:
The Android Intent will also allow people to share on Twitter, Google Plus, and other websites if they don't like Facebook.
See this Facebook bug report, I guess you have to do it with the Facebook SDK.
Since they only allow posting a link with the share intent.
I wish to drop pins or view the photo's which are of my interest in my Android Application, do we have any SDK by pinterest , as I would want to integrate the same inside my Android Application.
Any suggestions would be like a boon
http://developers.pinterest.com/android/
This is for others who might want to get started with pinterest and land in this page.
It seems like the answer is "not yet"... But go and sign up with them, I'm sure it's on their radar and will come soon enough if it's in their basic FAQ.
https://support.pinterest.com/entries/21151603-i-m-a-developer-does-pinterest-have-a-public-api
Another option (or just for the meantime before they release an official API) may be if the official pinterest app offers an intent for sharing? Plenty of other social web entities like twitter, facebook, etc give intent based access in their official apps, that let you dump media, links, etc into them from other apps in the system, and have the information posted to your accounts.
I saw some topics here regarding facebook and twitter integration with Android Application.
I need help regarding, is twitter integration with Android App possible in real??
[I need to tweet on user's wall and all]
If i wanted to integrate Facebook with my App then whether i go as per explained in following link(and if this is the recommended way then how to implement this SDK):
http://forum.developers.facebook.net/viewtopic.php?pid=146956
or
else i use Android facebook SDK available here on code.google.com
The official facebook SDK for android is here:
http://github.com/facebook/facebook-android-sdk/
It includes complete examples of use.
I need help regarding, is twitter integration with Android App possible in real?? [I need to tweet on user's wall and all]
In real? Of course! You could be able to tweet on the user's timeline. In this case, use the appropiate authentication methods. There are many ways to do so, this is one of them:
http://www.androidsnippets.org/snippets/24/index.html
You can also use specialized third-party libraries (like twitter4j) to use Twitter from your Android app.