Post on others' Facebook fan page [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I am able to post on users wall of my application, now I want to post the Facebook pages created by others. For example, suppose I want to post feeds on Coca Cola page through my application.
Any help or suggestion would be greatly appreciated.

The same API is used to post on the page's wall-
$facebook->api("/PAGE_ID/feed" , {params}, "POST");
Note: Not on every page you can post on their wall. It depends on the privacy settings of the page .
For eg, If they don't allow such actions, you'll get the respnse error as-
The target user has not authorized this action

Related

Is there any way to generate facebook login timestamp? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
On my site I have used fb login and I can do it easily for my site. But as we have users fb login id and other details, is it possible to generate facebook login time stamp for user for www.facebook.com.
Something like varifying how many times user performs facebook login and how many times he comes to my site.
or something nearer to this if possible
I don't fully understand what you want to do, if you just want a timestamp for when you receive the response from Facebook then you can just create one on your side of the code using time(). If you want to know anything about the user's login habits beyond you're site then that isn't possible due to privacy reasons I imagine.

How to integrate facebook notification in php? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I have a toy winning website for kids. I have created a facebook app. I want to send notification to all the member of app when any kid wins a toy. how to handle this please support ASAP. thanks
You can use the Notifications API to send the notification to the app users.
Remember- your app must be a canvas app (app inside facebook)

How do I redirect a page on my website to the home page? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I have a specific page showing up high in search engines for a specific search. However I want users to click the page and be directed to the home page of the website instead of that particular page. How would I do this? I built the site with Wordpress.
This WordPress plugin should let you do this. Though by removing the page from being viewable, you're going to take away your users' ability to read the page that was highly relevant to their search phrase, and the page may fall out of its high ranking. So as appealing as it may be to have a high result redirect to your homepage, you probably don't actually want to do this.

Query information about my app's user in twitter [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I want to query information about my app's user Info (name, id...)
In twitter (PHP).
What I want to know how I can reuse the token credentials of user???
I have done that but with my Twitter session. It means I must login with my twitter account, after that I can query information about my app's user (That's not correct!!!!!).
Please read this, this will be useful for your query :-
http://mikerogers.io/2013/02/25/how-use-twitter-oauth-1-1-javascriptjquery.html

How to Show div in an iframe [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
Kindly how to show a form in an iframe when a user clicks on register link.When a user on example1.com clicks on register,the form of example2.com should be shown in an iframe. I don't want to show the header menu+sidebar+footer of example2.com.Just want to show its form which in .
Thanks in advance
Keep example1 in a separate iframe. while clicking register, give the link to example2.
For this you have to design a 3 html file.
1.Main holder
2.example1.html for iframe in main holder
3.example2.html for onclick register action
Visit this site for your preference. Click here

Categories