Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am new in android programming and we have a small project at collage to do. I am looking everywhere how to get from one Facebook page the INFO data(https://www.facebook.com/vanillazmusic/info?tab=page_info) to my program, and then get that data to variables, so i can work with them. I installed and prepared Facebook sdk and everything, but now I dont have any idea how to do that. Any help or links to you-tube or something would be great.
You can only use app_data to transfer data to your tab, and it will be in the signed_request parameter. See the Facebook docs for more information:
https://developers.facebook.com/docs/appsonfacebook/pagetabs
https://developers.facebook.com/docs/reference/login/signed-request
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I'm beginner android programmer
I am going to start project of chatting android app but seems different from what I know but I've tried to search questions that have been asked they only give codes to copy paste, my question is what do I need to know additionally to create android chatting app ? Give me the topics no code that will be my job to do , thank you
Firebase or Google Cloud Messaging, Starting with Firebase is a good idea. You need to know to make http resquests "Communications" with server side.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Is there a way to count how many users currently installed my app on their phone , then show the result for example in a text View ?
According to this answer there is an open source called Andlytics Project which will enable you to reach your goal, also you can view this library called segment which as they said it enables you to :
Collect customer data with one API and send it to hundreds of tools
for analytics, marketing, and data warehousing.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
Hey guys I don't understand the concept of scripting in unity3d. Let's say I want to click a button and make an object move, where do I place the script in button or??? And how do I call the object to move
https://unity3d.com/learn/tutorials
These are ultra-basic quetions which suggest you haven't read the docs yet. The page linked above has video tutorials if you don't like reading.
Watch a few, download Unity, try them out, and when you have a clearer idea of what you do/don't understand, come back and ask specific questions
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
We have created app, Now we need to provide Login With My App Functionality (Same like FB & Google+) in our app.
I want some guidance on that.
I've some idea that how to do it
IDEA
Create URL scheme for my App
So who ever want to use my app login they have to integrate my
framework and add URL scheme(but how will i get there app image?)
I need some suggestion for this! where to start, how to implement.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I need to integrate a facebook like button in my app, I also need a share button. I have been reading many post about this topic, but I didn't realize which is the best solution for this.
Is the Webwiew a good solution? If don't which do you recommend
Thanks
Go to Facebook Docs and fill in the fields to get your code:
https://developers.facebook.com/docs/plugins/like-button/