Hi i'm making an app which need to get user's gmail account contact list.. I have searched the net but I didn't really find anything helpful. I dont know from where to start. Please Advice
Thanks in advance !! :)
dude see this links
http://blog.doityourselfandroid.com/2010/11/10/oauth-flow-in-android-app/
https://docs.google.com/file/d/0BztL1R2scjctYmYwYjM2MmQtNGNlZC00MzNmLTllYzUtZjg4YWFkODU3ZWMw/edit?pli=1#
http://androidwarzone.blogspot.in/2011/07/android-oauth-full-example-with-source.html
A simple Google search for "google contact apis" turns up their full documentation.
https://developers.google.com/google-apps/contacts/v3/
Beyond that you might need to figure out how to do simple web requests from within your application, this should be very well documented.
Related
It's my first time here, and all I can say is that this forum/site is awesome, lots of knowledge sharing.
Quick question: Does anyone possibly know how to access Snapchat API? I'm trying to make an automation software which would promote my business, and I need to be able to set up a bot which would do stuff while I'm sleeping/away.
Any suggestions are fine! :)
Thanks in advance.
a quick google search results in the documentation, please clarify the question; do you need help making an XML request?
https://developers.snapchat.com/api/docs/
I would like to show just the Google results number of a specific sentence directly inside a view. Unfortunately, I do not know where to start.
I plan to do it with many sentences and make it refreshed each time the user get connected to the application.
Thanks in advance for your precious helps.
Just in case if someone is looking for an answer. Jsoup seems to be a great solution.
I am trying to create an application that would connect itself to Line and allow it to post messages and stamps to the user's account.
I tried searching and I did see a library from Naver itself but all the documentations are either blank or in Korean. Thus, I don't know where to start. There are also scant examples on the net.
Have anybody here tried doing the same thing as I am? I would be really grateful and thankful if you would shed some light on this! :)
Check http://media.line.me/howto/en/
You can basically share text or images to someone in your contacts or post it in your home.
I tried to goto lots of questions on this forum but could not find one useful so i decided to ask one myself.
I want to pull the birthday's of all the friends in the users friend list.
After going through a lot of stuff i found there are 2 ways to do that
Graph API
FQL Query
So, my questions are
Q1. which one of them is better/easy to integrate in the app.
Q2. http://developers.facebook.com/docs/tutorials/androidsdk/3.0/scrumptious/ is this tutorial useful for what i want to do.
Q3. If i use Graph API/FQL Query , could you please give me a link which is helpful or a Code snippet
Thanks In Advance,
Eriz
You probably want to go for the Graph API as this is usually a more simple approach.
You can check out this link to see how retrieving a list of friends are completed in API 3.0.
Hope this helps.
Is there anyway, using either facebook grap api or any other method to find out which of my facebook friends are android users ?
I don't think there is a straight forward method to do this.
I think one way would be to mark users by reading the 'via Android/iPhone/etc/' tag in their posts.
Any ideas?
Pls Note - I am not sure if this is the correct place to ask. I would happily move this question to any stackexchange site if you suggest me.
You can use the graph API, get the user ids for the friends, and ask for the "devices" field.
See https://developers.facebook.com/docs/reference/api/user/ and look for the "devices" name under Fields.