Application for posting activities on users wall [closed] - facebook

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 wish to have an application that can post on facebook about all the activities of user on my website without asking for permission again and again.
I wish to do in the way dailymotion does everytime u watch a video there.
Can anyone guide me for the same. Just steps or some sample code will be suffice.
Thanks !

You should learn about open grpah
Here is the tutorial
Here are the sample codes.
And also, there is an official php sdk and also JS sdk for facebook api, which makes life easier.

Related

I want to make a share short video app for ios [closed]

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 5 years ago.
Improve this question
I want Making an application that works with FireBase.The application will be like this .
User profiles will be.
You can add friends.
You can uploads max 20 seconds videos.
How can i do this ?
Thanks for your interest.
I would recommend taking a look at these links
https://firebase.google.com/docs/database/
https://firebase.google.com/docs/storage/
Firebase has very good tutorials in getting you started with their database.
Good luck :)

How to write Facebook App that continuously update profile picture [closed]

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 4 years ago.
Improve this question
I want to know if its possible to create Facebook app that continuously update users profile picture. I can't see anything in the docs. Do you know if this is possible and if so any docs on implementing it?
Thanks in advance.
It is not possible for the User Profile. There is no way to update the profile picture with the API directly.
There are many Stackoverflow threads about this already, this one is very old but the answer is still correct: Facebook API/PHP - Is it possible to change a user's profile image via FB Graph API?

AEM Component to send data to twitter [closed]

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
I am new to Adobe Extension Manager. I want to create a webpage with textbox and send button. When I click that button, it should post data in textbox to twitter account.
Can someone help me in achieving this.
thanks in advance!
This is a big task,So go through these steps:
integrate twitter with cq using social component.(easily available in AEM documentation)
Use twitter api to post your data from aem to twitter.
If you need further help please comment.

Facebook type friend search in zend framework [closed]

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 want to make Facebook type friend search in my zend based application,in which data come from database and when user click on his searched friend he will go to his profile page.plese suggest me as i don't able to find good example on google.please someone help me and tell me step by step for doing this.
http://www.9lessons.info/2009/06/autosuggestion-with-jquery-ajax-and-php.html
checkout this tutorial it helps me lot do the same in my zend based application
watched this: http://www.zendcasts.com/autocomplete-control-with-zendx_jquery/2010/07/ Really great. It works perfectly.
at some stage you have to make some customize to call user profile on click event of list

ScoreLoop in iPhone [closed]

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
Currently I am working on Social Game for iPhone. I want to integrate ScoreLoop inside this games. If anybody know use of scoreloop. Please tell me How to use this ?
Thanks.
Check inside your Scoreloop SDK Folder (the one you downloaded), there will be a Documentation folder, where you can navigate to the ScoreloopCSE documentation PDF file, where all the steps are listed to get Scoreloop integrated into your application.
Refer to this link. I got on how to implement it from answer in this link:
781 can not integrate scoreloop in cocos2d iphone
Hope this helps you.